mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
remove debug/information message
This commit is contained in:
parent
9b3c31f6b9
commit
e9b9f03499
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue