Make import GUI report if you are importing a file of a name that
[ardour.git] / libs / ardour / session_midi.cc
index 8af45eef0ffd17fde0f37f1ed8c912eb4e29338d..5b1b9060d45bb96d567512dbac4345af31409211 100644 (file)
@@ -932,8 +932,6 @@ Session::deliver_mmc (MIDI::MachineControl::Command cmd, nframes_t where)
                return;
        }
 
-       cerr << "delivering MMC, ID = " << (int) mmc_buffer[2] << endl;
-
        mmc_buffer[nbytes++] = cmd;
 
        // cerr << "delivering MMC, cmd = " << hex << (int) cmd << dec << endl;