remove debug logging for enabled settings
This commit is contained in:
parent
8b42f5b1b3
commit
d83c4ffb07
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ pub fn init(
|
|||
if *RELEASE_CHANNEL == ReleaseChannel::Stable
|
||||
|| !settings::get::<SemanticIndexSettings>(cx).enabled
|
||||
{
|
||||
log::info!("NOT ENABLED");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue