diff options
Diffstat (limited to 'lib/gui/epositiongauge.cpp')
| -rw-r--r-- | lib/gui/epositiongauge.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gui/epositiongauge.cpp b/lib/gui/epositiongauge.cpp index 75b592d2..2a0bf51d 100644 --- a/lib/gui/epositiongauge.cpp +++ b/lib/gui/epositiongauge.cpp @@ -17,7 +17,6 @@ ePositionGauge::~ePositionGauge() void ePositionGauge::setLength(const pts_t &len) { - eDebug("set len: %llx", len); if (m_length == len) return; m_length = len; @@ -27,7 +26,6 @@ void ePositionGauge::setLength(const pts_t &len) void ePositionGauge::setPosition(const pts_t &pos) { - eDebug("set position: %llx", pos); if (m_position == pos) return; m_position = pos; |
