summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-09-12 05:57:59 +0000
committerDoug McLain <doug@nostar.net>2008-09-12 05:57:59 +0000
commit45adefca6a646f0550db2d4632c0ea3a62d30050 (patch)
treec643f6bd130521abb9009f5575af4f11c9f11b83 /libs/ardour/session_export.cc
parent665b26cdf3323a17cf51a3fe443df5ae27ff06ce (diff)
comment out exporting debug
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3717 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_export.cc')
-rw-r--r--libs/ardour/session_export.cc4
1 files 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) {