mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove debug output
This commit is contained in:
parent
0dddd75429
commit
6b07926b03
1 changed files with 0 additions and 2 deletions
|
|
@ -128,8 +128,6 @@ StoringTimer::ref ()
|
|||
void
|
||||
StoringTimer::check (char const * const what)
|
||||
{
|
||||
cerr << pthread_name() << " @ " << pthread_self() << ' ' << thread << " check " << what << " @ " << _points << endl;
|
||||
|
||||
if (_points == _max_points) {
|
||||
++_points;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue