comment out *all* exporting debug
authorDoug McLain <doug@nostar.net>
Fri, 12 Sep 2008 06:32:39 +0000 (06:32 +0000)
committerDoug McLain <doug@nostar.net>
Fri, 12 Sep 2008 06:32:39 +0000 (06:32 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3718 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_export.cc

index d34a7455a19c883174567c1a570b302e15663e71..76ae44f1bab7c856219b3a2d1f3c13c76d78d7a0 100644 (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 */