remove some left over debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@9425 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
62168b674d
commit
3356957afa
@ -386,7 +386,6 @@ AudioTrack::roll (pframes_t nframes, framepos_t start_frame, framepos_t end_fram
|
||||
playback distance to zero, thus causing diskstream::commit
|
||||
to do nothing.
|
||||
*/
|
||||
cerr << name() << " Can't operate at " << transport_frame << " since roll delay is only " << _roll_delay << endl;
|
||||
return diskstream->process (transport_frame, 0, can_record, rec_monitors_input, need_butler);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user