Skip to content

Commit a968cb6

Browse files
author
Jonas Schievink
committed
Remove debug print
1 parent 6e8ddac commit a968cb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rust-analyzer/src/main_loop.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ impl GlobalState {
244244
}
245245

246246
self.report_progress("indexing", state, message.clone(), Some(fraction));
247-
eprintln!("progress reported: {:?}", message);
248247
}
249248
}
250249
Event::Vfs(mut task) => {

0 commit comments

Comments
 (0)