From: Felix Domke Date: Fri, 3 Mar 2006 17:02:08 +0000 (+0000) Subject: remove debug X-Git-Tag: 2.6.0~3905 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d6901b1dd88c3215b23fc9f37280f6f112ce7b8b remove debug --- 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;