remove debugging out
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Apr 2007 02:41:00 +0000 (02:41 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Apr 2007 02:41:00 +0000 (02:41 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1712 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_midi.cc
libs/ardour/session_time.cc

index 3b853bffce752a3accc4cd9a501ebabf40f32ecb..f58098d9d1c43d0e4a5f3598afe838ff5aef7973 100644 (file)
@@ -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) {
index ca1f9252b665846802fb9c7884d82be41c1a16bc..486b94f27b90006a115021e35d08277335b5275d 100644 (file)
@@ -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())) {