[frameworks/kio] src/filewidgets: knewfilemenu: remove unnecessary qDebug comments

Antti Savolainen <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit a400e09a81d34c03163452b5da05fe53405cfb0b by Antti Savolainen.
Committed on 03/08/2026 at 18:54.
Pushed by asavolainen into branch 'master'.

knewfilemenu: remove unnecessary qDebug comments

M  +0    -4    src/filewidgets/knewfilemenu.cpp

https://invent.kde.org/frameworks/kio/-/commit/a400e09a81d34c03163452b5da05fe53405cfb0b

diff --git a/src/filewidgets/knewfilemenu.cpp b/src/filewidgets/knewfilemenu.cpp
index b9876d0e31..b0b22d8deb 100644
--- a/src/filewidgets/knewfilemenu.cpp
+++ b/src/filewidgets/knewfilemenu.cpp
@@ -836,8 +836,6 @@ void KNewFileMenuPrivate::fillMenu()
                 act->setText(i18nc("@item:inmenu Create New", "%1", entry.text));
                 act->setActionGroup(m_newMenuGroup);
 
-                // qDebug() << templatePath << entry.sourceFileInfo;
-
                 if (KDesktopFile::isDesktopFile(entry.templatePath)) {
                     menu->addAction(act);
                 } else {
@@ -1014,7 +1012,6 @@ static QStringList getTemplateFilePaths(const QStringList &templates)
 void KNewFileMenuPrivate::slotFillTemplates()
 {
     KNewFileMenuSingleton *instance = kNewMenuGlobals();
-    // qDebug();
 
     const QStringList installedTemplates = getInstalledTemplates();
     const QStringList qrcTemplates{QStringLiteral(":/kio5/newfile-templates")};
@@ -1058,7 +1055,6 @@ void KNewFileMenuPrivate::slotFillTemplates()
     QMimeDatabase db;
     bool acceptedMimeType;
     for (const QString &file : files) {
-        // qDebug() << file;
         KNewFileMenuSingleton::Entry entry;
         if (!entry.parseFile(file)) {
             qCInfo(KFILEWIDGETS_LOG) << "KNewFileMenu: invalid template file:" << file;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.