13
0

remove debug output

This commit is contained in:
Paul Davis 2020-04-30 13:13:48 -06:00
parent 106315071a
commit 1e814d2573

View File

@ -99,7 +99,6 @@ MTC_TransportMaster::resync_latency()
if (_port) {
_port->get_connected_latency_range (mtc_slave_latency, false);
cerr << "MTC slave latency computed as " << mtc_slave_latency.min << " .. " << mtc_slave_latency.max << endl;
}
}