summaryrefslogtreecommitdiff
path: root/sqlitebackend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sqlitebackend.cpp')
-rw-r--r--sqlitebackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlitebackend.cpp b/sqlitebackend.cpp
index 4a9f8b9..8fc5b9d 100644
--- a/sqlitebackend.cpp
+++ b/sqlitebackend.cpp
@@ -258,7 +258,6 @@ QString SQLiteSaveFile::getNextAutoTagName()
bool ok = false;
int numericSuffix = res.captured(2).toInt(&ok);
QString stringPrefix = res.captured(1);
- qDebug() << "Name has match" << stringPrefix << numericSuffix;
if (ok) {
do {