diff --git a/helix-loader/src/grammar.rs b/helix-loader/src/grammar.rs index dc3274982..378e42031 100644 --- a/helix-loader/src/grammar.rs +++ b/helix-loader/src/grammar.rs @@ -229,7 +229,6 @@ where } fn build_grammar(grammar: GrammarConfiguration) -> Result<()> { - println!("{:#?}", grammar); let grammar_dir = if let GrammarSource::Local { path } = &grammar.source { PathBuf::from(&path) } else {