remove debug/information message
This commit is contained in:
parent
9b3c31f6b9
commit
e9b9f03499
@ -1284,7 +1284,6 @@ Session::non_realtime_locate ()
|
|||||||
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i, ++nt) {
|
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i, ++nt) {
|
||||||
(*i)->non_realtime_locate (tf);
|
(*i)->non_realtime_locate (tf);
|
||||||
if (sc != g_atomic_int_get (&_seek_counter)) {
|
if (sc != g_atomic_int_get (&_seek_counter)) {
|
||||||
std::cerr << "\n\nLOCATE INTERRUPTED BY LOCATE!!!\n\n";
|
|
||||||
goto restart;
|
goto restart;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user