Remove a diagnostic print.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7085 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-09-15 17:09:00 +00:00
parent c8d795df0a
commit f93c305ce2

View File

@ -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);