remove debug
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 3 Mar 2006 17:02:08 +0000 (17:02 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 3 Mar 2006 17:02:08 +0000 (17:02 +0000)
lib/gui/epositiongauge.cpp

index 75b592d202f77eda88a4cd1ffa565d692bf0ad4d..2a0bf51d9bd1591d027f0a82a13564f4ab6d5470 100644 (file)
@@ -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;