mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +00:00
AK+LibAudio+AudioServer: Silence very noisy debug statements by default
These are spammed quite heavily on the debug console, especially at the end of audio playback.
This commit is contained in:
parent
976d9b32d6
commit
936ec94f81
4 changed files with 9 additions and 2 deletions
|
@ -10,6 +10,10 @@
|
|||
# cmakedefine01 AFLACLOADER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef AUDIO_DEBUG
|
||||
# cmakedefine01 AUDIO_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef AWAVLOADER_DEBUG
|
||||
# cmakedefine01 AWAVLOADER_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue