summaryrefslogtreecommitdiff
path: root/core/pim/today/today.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/today/today.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index 901a61a..7673df5 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -227,6 +227,6 @@ void Today::draw() {
if ( plugin.active ) {
- qDebug( plugin.name + " is ACTIVE " );
+ // qDebug( plugin.name + " is ACTIVE " );
plugin.guiBox->show();
} else {
- qDebug( plugin.name + " is INACTIVE" );
+ // qDebug( plugin.name + " is INACTIVE" );
plugin.guiBox->hide();