From 92137b4457073af664a916016dddc015f8244203 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 23 Nov 2015 14:44:33 +0000 Subject: [PATCH] Remove diagnostic print. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6162 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- plotter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plotter.cpp b/plotter.cpp index b234b683e..8e91198f6 100644 --- a/plotter.cpp +++ b/plotter.cpp @@ -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(); }