From acd4a0e33549fcc02655dc50269dda173196c5a3 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 15 Jul 2007 22:23:32 +0000 Subject: [PATCH] disable debug --- lib/gui/ewidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/ewidget.cpp b/lib/gui/ewidget.cpp index a0a089a6..e75c75c1 100644 --- a/lib/gui/ewidget.cpp +++ b/lib/gui/ewidget.cpp @@ -100,7 +100,7 @@ void eWidget::show() return; m_vis |= wVisShow; - eDebug("show widget %p", this); +// eDebug("show widget %p", this); notifyShowHide(); /* TODO: optimize here to only recalc what's required. possibly merge with hide. */ -- 2.30.2