From a91002f8077baa8daf526335bec1b00c6ef93601 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Sat, 2 May 2020 14:47:13 +0200 Subject: [PATCH] remove accidental left-over debug info. --- src/musredit_qt5/mupp/PmuppGui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/musredit_qt5/mupp/PmuppGui.cpp b/src/musredit_qt5/mupp/PmuppGui.cpp index fc62be8f..cd32b288 100644 --- a/src/musredit_qt5/mupp/PmuppGui.cpp +++ b/src/musredit_qt5/mupp/PmuppGui.cpp @@ -843,8 +843,6 @@ void PmuppGui::getTheme() fDarkToolBarIcon = true; } } - - QMessageBox::information(0, "INFO", QString("str='%1', fDarkTheme=%2").arg(str).arg(fDarkTheme)); } //----------------------------------------------------------------------------------------------------