13
0

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
This commit is contained in:
David Robillard 2013-02-01 17:44:15 +00:00
parent 38374e7aa5
commit 988224aaf9

View 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) {