From: Peter Penz Date: Thu, 17 Jan 2008 20:28:49 +0000 (+0000) Subject: SVN_SILENT: remove debugging output X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/3a44eb67f66fd5f75bf815207ba07ac306b9ba3a?ds=sidebyside SVN_SILENT: remove debugging output (damn, I've lost the coding race with Rafael by a few minutes, so this line is the only thing I can commit now ;-)) CCMAIL: ereslibre@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=762763 --- diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp index 0d696950e..f85e4eee2 100644 --- a/src/dolphincolumnwidget.cpp +++ b/src/dolphincolumnwidget.cpp @@ -172,7 +172,6 @@ void DolphinColumnWidget::setShowHiddenFiles(bool show) void DolphinColumnWidget::setShowPreview(bool show) { - kDebug() << "-------------- column widget: show" << show; m_iconManager->setShowPreview(show); m_dirLister->stop();