nadavrot / layout

Layout is a rust library and a tool that renders Graphviz dot files.
MIT License
626 stars 35 forks source link

fix(parser): remove `println!` statement in parser #24

Closed nokome closed 1 month ago

nokome commented 1 month ago

These seem to be left over debug statements and cause issues when attempting to consume the stdout of a binary using this library.