From c6713d0876ce2d99f912151c9884477606909681 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 17 Aug 2020 00:56:17 +0200 Subject: More UI work --- sqlitebackend.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'sqlitebackend.cpp') 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 { -- cgit