From d7f5587d8467d73484bb5fcd71374da0b2aff110 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 19 May 2021 15:20:33 +0200 Subject: [PATCH] Revert "Temporary: ensure CI env variable is being set" This reverts commit 074dc55ab7e6eb3c1e9b29c2f634d3d811230349. --- gpui/src/app.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpui/src/app.rs b/gpui/src/app.rs index 1b01635eca57088b7bf9783c697f4136c1c53ceb..efaf410dbb4c59407c776cd5b92fdf6cd826c803 100644 --- a/gpui/src/app.rs +++ b/gpui/src/app.rs @@ -2315,8 +2315,6 @@ impl ViewHandle { Duration::from_millis(500) }; - log::error!("Duration is {:?}", duration); - async move { timeout(duration, async move { loop {