remove stray 'println!' from grammar building function (#1785)

pull/1786/head
Michael Davis 2 years ago committed by GitHub
parent 37fed4de80
commit 98851d1594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save