Skip to content

Commit

Permalink
remove stray 'println!' from grammar building function (helix-editor#…
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored Mar 11, 2022
1 parent 37fed4d commit 98851d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-loader/src/grammar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 98851d1

Please sign in to comment.