mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[client] audio: remove debug spam
This commit is contained in:
parent
62c5d68fc6
commit
9d894065c8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue