From b18863f987ef14d44a67c0b8ebaa9c7a7fed7f59 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sun, 10 Feb 2019 11:48:59 +0100 Subject: Clean up a bit --- crates/ra_batch/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/ra_batch/src') diff --git a/crates/ra_batch/src/lib.rs b/crates/ra_batch/src/lib.rs index c1cfb76bc..837fff4dc 100644 --- a/crates/ra_batch/src/lib.rs +++ b/crates/ra_batch/src/lib.rs @@ -22,7 +22,6 @@ type Result = std::result::Result; pub struct BatchDatabase { runtime: salsa::Runtime, interner: Arc, - // file_counter: u32, } impl salsa::Database for BatchDatabase { @@ -83,7 +82,7 @@ impl BatchDatabase { VfsChange::AddFile { .. } | VfsChange::RemoveFile { .. } | VfsChange::ChangeFile { .. } => { - // log::warn!("VFS changed while loading"); + // We just need the first scan, so just ignore these } } } -- cgit v1.2.3