aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/rust-analyzer/src/main_loop.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/main_loop.rs b/crates/rust-analyzer/src/main_loop.rs
index 403904479..4ab5bc6eb 100644
--- a/crates/rust-analyzer/src/main_loop.rs
+++ b/crates/rust-analyzer/src/main_loop.rs
@@ -244,7 +244,6 @@ impl GlobalState {
244 } 244 }
245 245
246 self.report_progress("indexing", state, message.clone(), Some(fraction)); 246 self.report_progress("indexing", state, message.clone(), Some(fraction));
247 eprintln!("progress reported: {:?}", message);
248 } 247 }
249 } 248 }
250 Event::Vfs(mut task) => { 249 Event::Vfs(mut task) => {