From 9d894065c84bda54edf8a784ff859035c43cb0aa Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 7 Jan 2022 16:26:54 +1100 Subject: [PATCH] [client] audio: remove debug spam --- client/src/audio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/audio.c b/client/src/audio.c index ee7d2467..253e64ad 100644 --- a/client/src/audio.c +++ b/client/src/audio.c @@ -192,7 +192,6 @@ void audio_recordStart(int channels, int sampleRate, PSAudioFormat format) lastSampleRate = sampleRate; audio.record.started = true; - DEBUG_INFO("%d channels @ %dHz", channels, sampleRate); audio.audioDev->record.start(channels, sampleRate, recordData); // if a volume level was stored, set it before we return