From 16e809f9fa531ffe4d7c9c825a2e06d92bdfa9e1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 18 May 2007 20:57:35 +0000 Subject: [PATCH] grmpf - forgot to remove the kDebug() statement in my previous commit... svn path=/trunk/KDE/kdebase/apps/; revision=666125 --- src/renamedialog.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3