diff --git a/crates/semantic_index/src/semantic_index.rs b/crates/semantic_index/src/semantic_index.rs index 58ffa512ce..b59b20370a 100644 --- a/crates/semantic_index/src/semantic_index.rs +++ b/crates/semantic_index/src/semantic_index.rs @@ -77,7 +77,6 @@ pub fn init( if *RELEASE_CHANNEL == ReleaseChannel::Stable || !settings::get::(cx).enabled { - log::info!("NOT ENABLED"); return; }