From 07fe46ca847778b88745244d6c8113ee6ba3de14 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 4 May 2005 15:57:03 +0000 Subject: [PATCH 1/1] - remove debug message --- lib/base/ebase.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index b62452d4..465cea9f 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -52,7 +52,6 @@ void eTimer::start(long msek, bool singleShot) void eTimer::stop() { - eDebug("stop timer"); if (bActive) { bActive=false; -- 2.30.2