dont show display contrast setting in display setup when a oled is detected
[enigma2.git] / lib / gui / ewidget.cpp
index a0a089a6ff114aa9ed68f853b9c3988bfd1aaee5..e75c75c183943407176e9f53f12cc1354a165add 100644 (file)
@@ -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. */