Back-port tim mayberry's fixes for import; fix JACK slaving to never pay attention...
[ardour.git] / libs / ardour / session_transport.cc
index 6881daf561bdf0c46a7dca415fc52b8f8b09bf54..d55c217bf5d22a3247c24b3c3cd13eef20424c93 100644 (file)
@@ -752,8 +752,6 @@ Session::locate (nframes_t target_frame, bool with_roll, bool with_flush, bool w
 void
 Session::set_transport_speed (float speed, bool abort)
 {
-       cerr << "Session::set_transport_speed " << speed << " abort  capture ? " << abort << endl;
-
        if (_transport_speed == speed) {
                return;
        }
@@ -815,8 +813,6 @@ Session::set_transport_speed (float speed, bool abort)
                }
 
                if ((synced_to_jack()) && speed != 0.0 && speed != 1.0) {
-                       cerr << "synced to jack and speed == " << speed << endl;
-                       stacktrace (cerr, 20);
                        warning << _("Global varispeed cannot be supported while Ardour is connected to JACK transport control")
                                << endmsg;
                        return;