X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fcoreapplication.cpp;h=3056b8a7a2a61c0c518341155a5dcafc74aa885c;hb=9bf0c85ec4cc3b2b52a17465e2991ee5ea73f396;hp=f0c84f32480446e03917f3aacd392581c530ed32;hpb=17331c42de77ff91ce297354f9ba9eed6ecb4256;p=quassel.git diff --git a/src/core/coreapplication.cpp b/src/core/coreapplication.cpp index f0c84f32..3056b8a7 100644 --- a/src/core/coreapplication.cpp +++ b/src/core/coreapplication.cpp @@ -73,7 +73,7 @@ CoreApplication::~CoreApplication() { bool CoreApplication::init() { if(Quassel::init() && _internal->init()) { - qInstallMsgHandler(Logger::logMessage); + // qInstallMsgHandler(Logger::logMessage); return true; } return false;