diff options
Diffstat (limited to 'cli/file_watcher.rs')
-rw-r--r-- | cli/file_watcher.rs | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |