From 91f9b72e8faaa969b606f9964c6a78b346e9bf12 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 Apr 2007 02:41:00 +0000 Subject: [PATCH] remove debugging out git-svn-id: svn://localhost/ardour2/trunk@1712 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_midi.cc | 3 --- libs/ardour/session_time.cc | 2 -- 2 files changed, 5 deletions(-) diff --git a/libs/ardour/session_midi.cc b/libs/ardour/session_midi.cc index 3b853bffce..f58098d9d1 100644 --- a/libs/ardour/session_midi.cc +++ b/libs/ardour/session_midi.cc @@ -720,9 +720,6 @@ Session::send_time_code_in_another_thread (bool full) return; } - cerr << "send " << (full ? "full" : "qtr") << " MTC message, _frames_per_smpte_frame = " - << _frames_per_smpte_frame << endl; - MIDIRequest* request = new MIDIRequest; if (full) { diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc index ca1f9252b6..486b94f27b 100644 --- a/libs/ardour/session_time.cc +++ b/libs/ardour/session_time.cc @@ -158,8 +158,6 @@ Session::sync_time_vars () } _smpte_frames_per_hour = (nframes_t)rint(smpte_frames_per_second() * 3600.0); - cerr << "resetting mtc_smpte_bits\n"; - last_smpte_valid = false; // smpte type bits are the middle two in the upper nibble switch ((int) ceil (smpte_frames_per_second())) { -- 2.30.2