ITADN

Replace println! with debug!

#250Pull Requestalec-deason 创建于 2024-10-06已合并
A
alec-deasoncommented
There are many places in the code where println! is used for debugging which makes for a lot of noise on the console in some cases. This PR simply bulk replaces println! with debug! so that the messages respect log level. I haven't tried to remove any commented out messages but I changed the macro in those as well. fixes #245
合并状态:已合并 合并于 2025-02-16 关闭于 2025-02-16 0 条评论