[client] audio: remove more debug output spam

This commit is contained in:
Geoffrey McRae 2022-01-07 16:35:46 +11:00
parent 9d894065c8
commit 32134b33ea

View File

@ -102,7 +102,6 @@ void audio_playbackStart(int channels, int sampleRate, PSAudioFormat format,
lastSampleRate = sampleRate;
audio.playback.started = true;
DEBUG_INFO("%d channels @ %dHz", channels, sampleRate);
audio.audioDev->playback.start(channels, sampleRate);
// if a volume level was stored, set it before we return