remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 27 Jul 2017 19:24:46 +0000 (15:24 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 18 Sep 2017 15:40:53 +0000 (11:40 -0400)
libs/ardour/disk_reader.cc

index 27ca7eec01d05537b3ebe0325eb65672e6ab0cbf..871c30df26b9c94bc09cd4f6a34ffc21b3e9cf96 100644 (file)
@@ -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 */