- remove debug message
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 4 May 2005 15:57:03 +0000 (15:57 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Wed, 4 May 2005 15:57:03 +0000 (15:57 +0000)
lib/base/ebase.cpp

index b62452d..465cea9 100644 (file)
@@ -52,7 +52,6 @@ void eTimer::start(long msek, bool singleShot)
 
 void eTimer::stop()
 {      
-       eDebug("stop timer");
        if (bActive)
        {
                bActive=false;