mirror of https://github.com/helix-editor/helix
remove stray 'println!' from grammar building function (#1785)
parent
37fed4de80
commit
98851d1594
|
@ -229,7 +229,6 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
fn build_grammar(grammar: GrammarConfiguration) -> Result<()> {
|
fn build_grammar(grammar: GrammarConfiguration) -> Result<()> {
|
||||||
println!("{:#?}", grammar);
|
|
||||||
let grammar_dir = if let GrammarSource::Local { path } = &grammar.source {
|
let grammar_dir = if let GrammarSource::Local { path } = &grammar.source {
|
||||||
PathBuf::from(&path)
|
PathBuf::from(&path)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue