summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-09-12 06:32:39 +0000
committerDoug McLain <doug@nostar.net>2008-09-12 06:32:39 +0000
commit4489fc159f522eb3f9b9bdf668df853d54ed4782 (patch)
treef1d1317e0a4ad15cf69020bee05cb6b4bad53925 /libs/ardour/session_export.cc
parent45adefca6a646f0550db2d4632c0ea3a62d30050 (diff)
comment out *all* exporting debug
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3718 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 d34a7455a1..76ae44f1ba 100644
--- a/libs/ardour/session_export.cc
+++ b/libs/ardour/session_export.cc
@@ -626,7 +626,7 @@ Session::process_export (nframes_t nframes, AudioExportSpecification* spec)
}
}
- cerr << "\tprocess " << nframes << endl;
+ //cerr << "\tprocess " << nframes << endl;
if (spec->process (nframes)) {
goto out;
@@ -635,7 +635,7 @@ Session::process_export (nframes_t nframes, AudioExportSpecification* spec)
spec->pos += nframes;
spec->progress = 1.0 - (((float) spec->end_frame - spec->pos) / spec->total_frames);
- cerr << "\t@ " << spec->pos << " prog = " << spec->progress << endl;
+ //cerr << "\t@ " << spec->pos << " prog = " << spec->progress << endl;
/* and we're good to go */