13
0

remove debug/information message

This commit is contained in:
Paul Davis 2020-05-12 10:21:41 -06:00
parent 9b3c31f6b9
commit e9b9f03499

View File

@ -1284,7 +1284,6 @@ Session::non_realtime_locate ()
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i, ++nt) {
(*i)->non_realtime_locate (tf);
if (sc != g_atomic_int_get (&_seek_counter)) {
std::cerr << "\n\nLOCATE INTERRUPTED BY LOCATE!!!\n\n";
goto restart;
}
}