From 988224aaf9df3155f36a7a6ce55bb538b564096a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Feb 2013 17:44:15 +0000 Subject: [PATCH] Remove debug print about transport sync. This situation occurs continuously when acting as Jack transport master, but everything seems to work as expected, so we'll just assume it's fine until proven otherwise. git-svn-id: svn://localhost/ardour2/branches/3.0@14043 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_time.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc index 7c0127c9df..18805afa90 100644 --- a/libs/ardour/session_time.cc +++ b/libs/ardour/session_time.cc @@ -227,10 +227,6 @@ Session::jack_timebase_callback (jack_transport_state_t /*state*/, { Timecode::BBT_Time bbt; - if (pos->frame != _transport_frame) { - cerr << "ARDOUR says " << _transport_frame << " JACK says " << pos->frame << endl; - } - /* BBT info */ if (_tempo_map) { -- 2.30.2