From cd3c72bffe950bdaad46b4d4162e1904e0ca58c0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 3 Mar 2019 13:17:30 -0700 Subject: remove debug output --- libs/ardour/session_process.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs') diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index a99fcb9ded..af86e21632 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -66,7 +66,6 @@ Session::process (pframes_t nframes) if (processing_blocked()) { _silent = true; - cerr << "%%%%%%%%%%%%%% session process blocked\n"; return; } @@ -862,7 +861,6 @@ Session::process_event (SessionEvent* ev) break; case SessionEvent::SetTransportMaster: - cerr << "Process TMM current request\n"; TransportMasterManager::instance().set_current (ev->transport_master); break; -- cgit v1.2.3