remove debug output

This commit is contained in:
Paul Davis 2021-06-06 19:41:28 -06:00
parent 0dddd75429
commit 6b07926b03

View file

@ -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;