Blender_bevy_components_workflow icon indicating copy to clipboard operation
Blender_bevy_components_workflow copied to clipboard

Replace println! with debug!

Open alec-deason opened this issue 1 year ago • 0 comments

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

alec-deason avatar Oct 06 '24 18:10 alec-deason