This is probably from debugging: https://github.com/LabSound/LabSound/blob/v1.2.0/src/core/AudioNode.cpp#L20 A similar log is currently in `main`: https://github.com/LabSound/LabSound/blob/main/src/core/AudioNode.cpp#L19 Also, why not use `LOG_TRACE` or some of those?
This is probably from debugging:
https://github.com/LabSound/LabSound/blob/v1.2.0/src/core/AudioNode.cpp#L20
A similar log is currently in
main:https://github.com/LabSound/LabSound/blob/main/src/core/AudioNode.cpp#L19
Also, why not use
LOG_TRACEor some of those?