From f93c305ce2815d37f2a1a0884edc44e78861d897 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 15 Sep 2016 17:09:00 +0000 Subject: [PATCH] Remove a diagnostic print. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7085 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- fastplot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fastplot.cpp b/fastplot.cpp index b2c0a118d..51e5be02e 100644 --- a/fastplot.cpp +++ b/fastplot.cpp @@ -222,7 +222,6 @@ void FPlotter::mousePressEvent(QMouseEvent *event) //mousePressEvent int x1=x+n*m_pixPerSecond; int xmax=m_TRperiod*m_pixPerSecond; if(x0 < 0) x0=0; - qDebug() << "a" << xmax; if(x1 > xmax) x1=xmax; if(x1 > 702) x1=702; Q_EMIT fastPick (x0,x1,y);