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)); } //----------------------------------------------------------------------------------------------------