mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] audio: remove more debug output spam
This commit is contained in:
parent
9d894065c8
commit
32134b33ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user