summaryrefslogtreecommitdiff
path: root/libs/ardour/session_midi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session_midi.cc')
-rw-r--r--libs/ardour/session_midi.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/session_midi.cc b/libs/ardour/session_midi.cc
index 1ab26d4bef..e8b7b12e2f 100644
--- a/libs/ardour/session_midi.cc
+++ b/libs/ardour/session_midi.cc
@@ -780,8 +780,6 @@ Session::send_full_time_code(nframes_t /*nframes*/)
msg[7] = timecode.seconds;
msg[8] = timecode.frames;
- cerr << "MTC: Sending full time code at " << outbound_mtc_timecode_frame << endl;
-
// Send message at offset 0, sent time is for the start of this cycle
if (_mtc_port->midimsg (msg, sizeof (msg), 0)) {
error << _("Session: could not send full MIDI time code") << endmsg;