mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 16:07:49 +01:00
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:
parent
45adefca6a
commit
4489fc159f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue