mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
remove debug output
This commit is contained in:
parent
033699a4cd
commit
cd3c72bffe
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue