fix(watcher): don't clear screen on start (#14351)

This commit is contained in:
Bartek Iwańczuk 2022-04-21 17:21:59 +02:00 committed by GitHub
parent 0cd61f2260
commit db13e455ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 14 deletions

View file

@ -185,10 +185,6 @@ where
}
};
if clear_screen {
eprint!("{}", CLEAR_SCREEN);
}
info!("{} {} started.", colors::intense_blue("Watcher"), job_name,);
loop {