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

This commit is contained in:
Michael Davis 2022-03-10 21:28:34 -06:00 committed by GitHub
parent 37fed4de80
commit 98851d1594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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