From 4489fc159f522eb3f9b9bdf668df853d54ed4782 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Fri, 12 Sep 2008 06:32:39 +0000 Subject: [PATCH] comment out *all* exporting debug git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3718 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 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 */