[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kio] src/filewidgets: Remove debug output which was added accidentally in 689fd43
From:       Frank Reininghaus <frank78ac () googlemail ! com>
Date:       2015-09-20 7:46:20
Message-ID: E1ZdZKG-0007I1-95 () scm ! kde ! org
[Download RAW message or body]

Git commit 002ef80dcc760fc0dea5c78b6370b0bef27fab6e by Frank Reininghaus.
Committed on 20/09/2015 at 07:40.
Pushed by freininghaus into branch 'master'.

Remove debug output which was added accidentally in 689fd43

This happened when I amended the commit in order to add the REVIEW line
(I added the '-a' option to 'git commit --amend' accidentally).

Thanks to David Faure for noticing this issue and sorry for the noise.

Change-Id: Ie9e5cb639cf4acc2e2551ede18d06bffb041c85b

M  +1    -6    src/filewidgets/knewfilemenu.cpp

http://commits.kde.org/kio/002ef80dcc760fc0dea5c78b6370b0bef27fab6e

diff --git a/src/filewidgets/knewfilemenu.cpp b/src/filewidgets/knewfilemenu.cpp
index ad31dd5..af750dd 100644
--- a/src/filewidgets/knewfilemenu.cpp
+++ b/src/filewidgets/knewfilemenu.cpp
@@ -798,17 +798,13 @@ void KNewFileMenuPrivate::_k_slotCreateDirectory(bool writeHiddenDir)
 
     QString name = expandTilde(m_text);
 
-    qDebug() << "_k_slotCreateDirectory(" << writeHiddenDir << "); name = " << name;
-
     if (!name.isEmpty()) {
         if (QDir::isAbsolutePath(name)) {
             url = QUrl::fromLocalFile(name);
         } else {
             if (!m_viewShowsHiddenFiles && name.startsWith('.')) {
                 if (!writeHiddenDir) {
-		    qDebug() << "Showing confirm dialog...";
                     confirmCreatingHiddenDir(name);
-		    qDebug() << "done.";
                     return;
                 }
             }
@@ -837,7 +833,6 @@ void KNewFileMenuPrivate::_k_slotCreateDirectory(bool writeHiddenDir)
 
 void KNewFileMenuPrivate::_k_slotCreateHiddenDirectory()
 {
-    qDebug() << "_k_slotCreateHiddenDirectory";
     _k_slotCreateDirectory(true);
 }
 
@@ -1044,7 +1039,7 @@ KNewFileMenu::KNewFileMenu(KActionCollection *collection, const QString &name, Q
 
 KNewFileMenu::~KNewFileMenu()
 {
-  qDebug() << "deleting..." << this;
+    //qDebug() << this;
     delete d;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic