Skip to content

Adds logging into the hrdf parser

orestis.malaspin requested to merge orestis.malaspin/hrdf-parser:logging into main

Added the log crate as a dependency, changed all println! into info!, and removed the verbose argument from one function.

Merge request reports