From 23e3b6f6a8c95b55bb960e990b726231a7eb7ae3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 8 Jun 2021 16:49:55 +0200 Subject: [PATCH] Amend previous commit (remove debug instrumentation) --- libs/ardour/port_manager.cc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/libs/ardour/port_manager.cc b/libs/ardour/port_manager.cc index 058222e56b..e52ee3d51d 100644 --- a/libs/ardour/port_manager.cc +++ b/libs/ardour/port_manager.cc @@ -149,20 +149,6 @@ PortManager::PortManager () load_port_info (); } -PortManager::~PortManager () -{ - for (int i = 0; i < 16; ++i) { - uint64_t min; - uint64_t max; - double avg; - double dev; - - if (_stats[i].get_stats (min, max, avg, dev)) { - std::cout << i << ": " << min << ' ' << max << ' ' << avg << ' ' << dev << "\n"; - } - } -} - void PortManager::clear_pending_port_deletions () {