disable debug
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 15 Jul 2007 22:23:32 +0000 (22:23 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 15 Jul 2007 22:23:32 +0000 (22:23 +0000)
lib/gui/ewidget.cpp

index a0a089a6ff114aa9ed68f853b9c3988bfd1aaee5..e75c75c183943407176e9f53f12cc1354a165add 100644 (file)
@@ -100,7 +100,7 @@ void eWidget::show()
                return;
 
        m_vis |= wVisShow;
                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. */
        notifyShowHide();
 
                /* TODO: optimize here to only recalc what's required. possibly merge with hide. */