Remove debug print about transport sync.
authorDavid Robillard <d@drobilla.net>
Fri, 1 Feb 2013 17:44:15 +0000 (17:44 +0000)
committerDavid Robillard <d@drobilla.net>
Fri, 1 Feb 2013 17:44:15 +0000 (17:44 +0000)
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

index 7c0127c9dfe0db2672a1f78f15e62537edc545fa..18805afa90b6aba1c239dd336d96d36a25a09c26 100644 (file)
@@ -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) {