From fe70882ef27d095fcadfa4089bede9701d9dca02 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 7 Apr 2015 13:12:23 +0000 Subject: [PATCH] Remove unneeded debug message git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5180 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Configuration.cpp | 1 - 1 file changed, 1 deletion(-) 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