summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_monitor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-11 00:45:45 +0200
committerRobin Gareus <robin@gareus.org>2013-06-11 00:49:36 +0200
commit9b9ebee02c19c9f08f9ccc40cd3553c66305061c (patch)
treef165e68e78f8d389f4a79c918240ec489f27e6c3 /gtk2_ardour/video_monitor.cc
parent50e3e6188146b1f50528558b6f3f82feb6081409 (diff)
remove inadvertently committed debug message
Diffstat (limited to 'gtk2_ardour/video_monitor.cc')
-rw-r--r--gtk2_ardour/video_monitor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/video_monitor.cc b/gtk2_ardour/video_monitor.cc
index 2e6f5157bf..2c265365fa 100644
--- a/gtk2_ardour/video_monitor.cc
+++ b/gtk2_ardour/video_monitor.cc
@@ -202,7 +202,6 @@ VideoMonitor::send_cmd (int what, int param)
bool osd_update = false;
int prev_osdmode = osdmode;
if (!is_started()) return;
- printf("VideoMonitor::send_cmd %d %d\n", what, param); fflush(stdout);
switch (what) {
case 1:
if (param) process->write_to_stdin("window ontop on\n");