X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6db80bf969c97136e1d83db775b6f6cb68b2a614..ae3bc8673d79edecb8fcb918d83db011535b0955:/lib/gui/epositiongauge.cpp 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;