diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-21 17:21:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 17:21:59 +0200 |
commit | db13e455ec67cd94047ba05e4ce62716144c1d9c (patch) | |
tree | 2de627930cea709b40ea47b3820c8ee30091b427 /cli/file_watcher.rs | |
parent | 0cd61f2260af4eb12c0856d7afe7c19f0df1f3a5 (diff) |
fix(watcher): don't clear screen on start (#14351)
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 { |