Browse Source

Removed a stray logging statement from the WASAPI code

tags/2021-05-28
ed 6 years ago
parent
commit
8346b578b5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_audio_devices/native/juce_win32_WASAPI.cpp

+ 0
- 1
modules/juce_audio_devices/native/juce_win32_WASAPI.cpp View File

@@ -509,7 +509,6 @@ private:
JUCE_COMRESULT OnSessionDisconnected (AudioSessionDisconnectReason reason)
{
Logger::writeToLog("OnSessionDisconnected");
if (reason == DisconnectReasonFormatChanged)
owner.deviceSampleRateChanged();


Loading…
Cancel
Save