]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: Revert accidental commit of temporary debugging codee error message is...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 19 May 2010 18:59:11 +0000 (18:59 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 19 May 2010 18:59:11 +0000 (18:59 +0000)
CCBUG: 229505

svn path=/trunk/KDE/kdebase/apps/; revision=1128600

src/viewproperties.cpp

index 1fa84f4a694e52ebedf18bc0ea71753168e5f0f0..67f0634f283eebf512282f58119bfabf9294bf09 100644 (file)
@@ -34,8 +34,6 @@
 #include <QFile>
 #include <QFileInfo>
 
-#include <kdebug.h>
-
 ViewProperties::ViewProperties(const KUrl& url) :
     m_changedProps(false),
     m_autoSave(true),
@@ -48,7 +46,6 @@ ViewProperties::ViewProperties(const KUrl& url) :
     const QLatin1String fileName("/.directory");
 
     if ((m_filepath.length() < 1) || !QDir::isAbsolutePath(m_filepath)) {
-        kDebug() << "---- using global path: global/.directory";
         const QString file = destinationDir("global") + fileName;
         m_node = new ViewPropertySettings(KSharedConfig::openConfig(file));
         return;