diff options
| author | Peter Penz <[email protected]> | 2007-05-18 20:57:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-18 20:57:35 +0000 |
| commit | 16e809f9fa531ffe4d7c9c825a2e06d92bdfa9e1 (patch) | |
| tree | f4df763912c22efdd59b096fba8c1c274c15cace | |
| parent | d8d894d4d89f7b645ba4334b8be5f6d7c7811b6d (diff) | |
grmpf - forgot to remove the kDebug() statement in my previous commit...
svn path=/trunk/KDE/kdebase/apps/; revision=666125
| -rw-r--r-- | src/renamedialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
