Remove diagnostic print.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6162 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-11-23 14:44:33 +00:00
parent 06fd6e26be
commit 92137b4457
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ void CPlotter::resizeEvent(QResizeEvent* ) //resizeEvent()
m_ScalePixmap = QPixmap(m_w,30);
m_ScalePixmap.fill(Qt::white);
m_Percent2DScreen0 = m_Percent2DScreen;
qDebug() << "a" << m_h1 << m_h2 << m_h;
}
DrawOverlay();
}