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