From 98851d1594e712c3a222fa6624b2aa89176464c6 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 10 Mar 2022 21:28:34 -0600 Subject: remove stray 'println!' from grammar building function (#1785) --- helix-loader/src/grammar.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'helix-loader/src/grammar.rs') diff --git a/helix-loader/src/grammar.rs b/helix-loader/src/grammar.rs index dc327498..378e4203 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 { -- cgit v1.2.3-70-g09d2