summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-27 16:26:36 +0200
committerRobin Gareus <robin@gareus.org>2020-04-27 16:26:36 +0200
commitd6242f35f5ec9e355273b871ecadc5ac40e09527 (patch)
treeb697808a39d7a63f94fa9c398fbab39cbbb6027f /libs/ardour/session.cc
parente6de7957eede7cac0c41a48b43be8d07d5322792 (diff)
Remove debug message
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index d0bb24407f..1ec274b917 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -6571,7 +6571,6 @@ Session::update_latency (bool playback)
* Then clear the pending flags in the rt-process context after
* a port-registraion callback.
*/
- cerr << "Session::update_latency called with process-lock held\n";
DEBUG_TRACE (DEBUG::LatencyCompensation, "Engine latency callback: called with process-lock held. queue for later.\n");
queue_latency_recompute ();
return;