From 9d423bb12cca7303bd95111679664536f83d2327 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 27 Jul 2017 15:24:46 -0400 Subject: remove debug output --- libs/ardour/disk_reader.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/disk_reader.cc') diff --git a/libs/ardour/disk_reader.cc b/libs/ardour/disk_reader.cc index 27ca7eec01..871c30df26 100644 --- a/libs/ardour/disk_reader.cc +++ b/libs/ardour/disk_reader.cc @@ -281,8 +281,6 @@ DiskReader::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, BufferSet& scratch_bufs (_session.get_scratch_buffers (bufs.count())); const bool still_locating = _session.global_locate_pending(); - cerr << name() << " use disk output ? " << !_no_disk_output << endl; - if (!result_required || ((ms & MonitoringDisk) == 0) || still_locating || _no_disk_output) { /* no need for actual disk data, just advance read pointer and return */ -- cgit v1.2.3