From: Peter Penz Date: Fri, 18 May 2007 20:57:35 +0000 (+0000) Subject: grmpf - forgot to remove the kDebug() statement in my previous commit... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/16e809f9fa531ffe4d7c9c825a2e06d92bdfa9e1?ds=sidebyside grmpf - forgot to remove the kDebug() statement in my previous commit... svn path=/trunk/KDE/kdebase/apps/; revision=666125 --- diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index 26aaa73ef..def141e04 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -130,7 +130,6 @@ QString RenameDialog::extensionString(const QString& name) const const int size = strings.size(); for (int i = 1; i < size; ++i) { const QString& str = strings.at(i); - kDebug() << str << endl; if (!foundExtension) { // Sub strings like "9", "12", "99", ... which contain only // numbers don't count as extension. Usually they are version