Revert "Temporary: ensure CI env variable is being set"

Antonio Scandurra created

This reverts commit 074dc55ab7e6eb3c1e9b29c2f634d3d811230349.

Change summary

gpui/src/app.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

gpui/src/app.rs 🔗

@@ -2315,8 +2315,6 @@ impl<T: View> ViewHandle<T> {
             Duration::from_millis(500)
         };
 
-        log::error!("Duration is {:?}", duration);
-
         async move {
             timeout(duration, async move {
                 loop {