From 6b07926b03cc870534a6f2129ea13652aad68721 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 6 Jun 2021 19:41:28 -0600 Subject: [PATCH] remove debug output --- libs/ardour/cycle_timer.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/cycle_timer.cc b/libs/ardour/cycle_timer.cc index 5a5aee74da..e6a0f5693f 100644 --- a/libs/ardour/cycle_timer.cc +++ b/libs/ardour/cycle_timer.cc @@ -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;