From 3356957afae11607f8fb8996ca22028ffd5fde2d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Apr 2011 12:28:35 +0000 Subject: remove some left over debugging git-svn-id: svn://localhost/ardour2/branches/3.0@9425 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/audio_track.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs') diff --git a/libs/ardour/audio_track.cc b/libs/ardour/audio_track.cc index a1f309b390..080538a34e 100644 --- a/libs/ardour/audio_track.cc +++ b/libs/ardour/audio_track.cc @@ -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); } -- cgit v1.2.3