From 8e95daf963bfc5bc5797634e98b4a80a4ff54738 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 3 Aug 2020 01:39:25 +0100 Subject: [PATCH] Remove some diagnostic prints --- Modulator/Modulator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modulator/Modulator.cpp b/Modulator/Modulator.cpp index 52319eb2a..d43de8292 100644 --- a/Modulator/Modulator.cpp +++ b/Modulator/Modulator.cpp @@ -172,15 +172,12 @@ qint64 Modulator::readData (char * data, qint64 maxSize) { samples = load (0, samples); // silence } while (--m_silentFrames && samples != end); - qDebug () << "played:" << framesGenerated << "silent frames"; if (!m_silentFrames) { Q_EMIT stateChanged ((m_state = Active)); } } - // qDebug() << "m_silentFrames:" << m_silentFrames << "m_ic:" << m_ic << "m_state:" << m_state; - m_cwLevel = false; m_ramp = 0; // prepare for CW wave shaping }