remove stray 'println!' from grammar building function (#1785)
This commit is contained in:
parent
37fed4de80
commit
98851d1594
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue