mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
remove debug logging for enabled settings
This commit is contained in:
parent
8b42f5b1b3
commit
d83c4ffb07
@ -77,7 +77,6 @@ pub fn init(
|
||||
if *RELEASE_CHANNEL == ReleaseChannel::Stable
|
||||
|| !settings::get::<SemanticIndexSettings>(cx).enabled
|
||||
{
|
||||
log::info!("NOT ENABLED");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user