From 45adefca6a646f0550db2d4632c0ea3a62d30050 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Fri, 12 Sep 2008 05:57:59 +0000 Subject: [PATCH] comment out exporting debug git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3717 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_export.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc index ecb5b13af8..d34a7455a1 100644 --- a/libs/ardour/session_export.cc +++ b/libs/ardour/session_export.cc @@ -549,10 +549,10 @@ Session::process_export (nframes_t nframes, AudioExportSpecification* spec) int ret = -1; nframes_t this_nframes; - cerr << "Export process at pos = " << spec->pos << " _exporting = " + /*cerr << "Export process at pos = " << spec->pos << " _exporting = " << _exporting << " running = " << spec->running << " stop = " << spec->stop << endl; - + */ /* This is not required to be RT-safe because we are running while freewheeling */ if (spec->do_freewheel == false) {