From b5dffd18c0f38ea54481c66b869d107d84fa13df Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 2 Dec 2018 23:43:44 +0000 Subject: Remove debugging. --- src/wx/film_viewer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 35b0663b0..0f3869761 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -636,7 +636,6 @@ FilmViewer::config_changed (Config::Property p) } _audio_channels = _audio.getDeviceInfo(st).outputChannels; - cout << "RtAudio reports " << _audio_channels << " channels.\n"; RtAudio::StreamParameters sp; sp.deviceId = st; -- cgit v1.2.3