From db13e455ec67cd94047ba05e4ce62716144c1d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 21 Apr 2022 17:21:59 +0200 Subject: fix(watcher): don't clear screen on start (#14351) --- cli/file_watcher.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cli/file_watcher.rs') diff --git a/cli/file_watcher.rs b/cli/file_watcher.rs index c326eb7dd..3c74237ca 100644 --- a/cli/file_watcher.rs +++ b/cli/file_watcher.rs @@ -185,10 +185,6 @@ where } }; - if clear_screen { - eprint!("{}", CLEAR_SCREEN); - } - info!("{} {} started.", colors::intense_blue("Watcher"), job_name,); loop { -- cgit v1.2.3