[client] audio: remove debug spam

This commit is contained in:
Geoffrey McRae 2022-01-07 16:26:54 +11:00
parent 62c5d68fc6
commit 9d894065c8

View File

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