┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-01-17 20:28:49 +0000
committerPeter Penz <[email protected]>2008-01-17 20:28:49 +0000
commit3a44eb67f66fd5f75bf815207ba07ac306b9ba3a (patch)
tree7231d964766dd05794efb78b8abfaa007e5787fc /src
parent50928d72e7b18a332fe41815caad68eaae951c95 (diff)
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=762763
Diffstat (limited to 'src')
-rw-r--r--src/dolphincolumnwidget.cpp1
1 files changed, 0 insertions, 1 deletions
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();