1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed a stray logging statement from the WASAPI code

This commit is contained in:
ed 2018-12-18 16:16:39 +00:00
parent e5204bafe9
commit 8346b578b5

View file

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