comment out *all* exporting debug

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3718 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2008-09-12 06:32:39 +00:00
parent 45adefca6a
commit 4489fc159f

View file

@ -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 */