mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
ScaleEngine: removed now useless debug message
This commit is contained in:
parent
a5335c0b25
commit
c3f098aee3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user