summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-12-02 23:43:44 +0000
committerCarl Hetherington <cth@carlh.net>2018-12-02 23:43:44 +0000
commitb5dffd18c0f38ea54481c66b869d107d84fa13df (patch)
treeba494e905b2ad7780b99caa0d11546e70159ef38 /src
parentf6830cbc5eab068f99a65bb140f54d7dd46805ef (diff)
Remove debugging.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 0 insertions, 1 deletions
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;