13
0

remove inadvertently committed debug message

This commit is contained in:
Robin Gareus 2013-06-11 00:45:45 +02:00
parent 50e3e61881
commit 9b9ebee02c

View File

@ -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");