From 57ba74c919782d9668efa0dae6afd3ffc3de21a5 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 20 Feb 2013 06:05:00 +0000 Subject: [PATCH] Uncomment of the QInstallMessageHandler in order to hide unnecessary debug messages in CHARM. --- src/SUITApp/SUITApp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUITApp/SUITApp.cxx b/src/SUITApp/SUITApp.cxx index efe4b4ba3..e70fb2474 100644 --- a/src/SUITApp/SUITApp.cxx +++ b/src/SUITApp/SUITApp.cxx @@ -166,7 +166,7 @@ int main( int args, char* argv[] ) PySys_SetArgv( args, argv ); #endif - //qInstallMsgHandler( MessageOutput ); + qInstallMsgHandler( MessageOutput ); QStringList argList; bool noExceptHandling = false; -- 2.39.2