Closed talzion12 closed 3 years ago
This dbg was originally a temporary debugging mechanism that ended up staying in the main branch. I was already thinking about adding a log, but I'm busy with other things for the next couple of months. I'll accept a PR that will remove dbg from the code. Thanks!
It seems that every message on the sonic channel is printed (using
dbg!
) and there is no way to disable this behavior.In dbg's documentation it says the following:
I think it may be useful to consider using something like the
log
crate or maybe adding a feature to disable dbg logging.