remove commented code

This commit is contained in:
Paul Davis 2019-02-04 11:19:56 -07:00
parent 64ed049567
commit ae1bd6bbd0

View file

@ -112,7 +112,6 @@ TransportMaster::speed_and_position (double& speed, samplepos_t& pos, samplepos_
lp = last.position;
when = last.timestamp;
_current_delta = 0;
// queue_reset (false);
DEBUG_TRACE (DEBUG::Slave, string_compose ("%1 not seen since %2 vs %3 (%4) with seekahead = %5 reset pending, pos = %6\n", name(), last.timestamp, now, (now - last.timestamp), update_interval(), pos));
return false;
}