mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
|
void
|
||||||
StoringTimer::check (char const * const what)
|
StoringTimer::check (char const * const what)
|
||||||
{
|
{
|
||||||
cerr << pthread_name() << " @ " << pthread_self() << ' ' << thread << " check " << what << " @ " << _points << endl;
|
|
||||||
|
|
||||||
if (_points == _max_points) {
|
if (_points == _max_points) {
|
||||||
++_points;
|
++_points;
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue