diff --git a/Configuration.cpp b/Configuration.cpp index e04f3c652..4d6f0fd8c 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -2359,7 +2359,6 @@ void Configuration::impl::update_audio_channels (QComboBox const * source_combo_ void Configuration::impl::set_application_font (QFont const& font) { qApp->setStyleSheet (qApp->styleSheet () + "* {" + font_as_stylesheet (font) + '}'); - qDebug () << "app style sheet:" << qApp->styleSheet (); } // load all the supported rig names into the selection combo box