printer: change definition logging to trace

This commit is contained in:
Matt Bilker
2018-12-09 21:20:25 +00:00
parent a266030eaa
commit 01f407f1ca

View File

@@ -14,7 +14,7 @@ impl Printer {
let mut definitions = Vec::new();
while let Ok(def) = reader.read_node_definition() {
eprintln!("definition: {:?}", def);
trace!("definition: {:?}", def);
let node_type = def.node_type;
let key = match def.key() {