From c3f098aee3b6d62773fdebf99c6de002acae8172 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 22 Oct 2022 10:21:32 +0200 Subject: [PATCH] ScaleEngine: removed now useless debug message --- sdrgui/gui/scaleengine.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sdrgui/gui/scaleengine.cpp b/sdrgui/gui/scaleengine.cpp index 673e5b8e0..68783e20e 100644 --- a/sdrgui/gui/scaleengine.cpp +++ b/sdrgui/gui/scaleengine.cpp @@ -30,12 +30,6 @@ static double trunc(double d) QString ScaleEngine::formatTick(double value, int decimalPlaces) { - if (m_truncated && (m_physicalUnit != Unit::Scientific)) - { - // value = ((value * m_scale) - m_truncationValue) / m_scale; - qDebug("ScaleEngine::formatTick: value: %f decimalPlaces: %d m_scale: %f", value, decimalPlaces, m_scale); - } - if (m_physicalUnit != Unit::TimeHMS) { if (m_physicalUnit == Unit::Scientific) {