diff options
Diffstat (limited to 'cli/util/progress_bar/mod.rs')
-rw-r--r-- | cli/util/progress_bar/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/util/progress_bar/mod.rs b/cli/util/progress_bar/mod.rs index 122db7a59..83292e2d1 100644 --- a/cli/util/progress_bar/mod.rs +++ b/cli/util/progress_bar/mod.rs @@ -76,10 +76,6 @@ impl ProgressBar { } } - pub fn is_enabled(&self) -> bool { - self.draw_thread.is_some() - } - pub fn update(&self, msg: &str) -> UpdateGuard { match &self.draw_thread { Some(draw_thread) => { |