comment out exporting debug

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3717 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2008-09-12 05:57:59 +00:00
parent 665b26cdf3
commit 45adefca6a

View file

@ -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) {