diff --git a/Gui/frelayGUI.cpp b/Gui/frelayGUI.cpp index 9090632..6122d90 100644 --- a/Gui/frelayGUI.cpp +++ b/Gui/frelayGUI.cpp @@ -110,7 +110,6 @@ void frelayGUI::ControlMsgHander(QtMsgType type, const QMessageLogContext& conte break; default: QMetaObject::invokeMethod(logPrint, "Error", Qt::QueuedConnection, Q_ARG(QString, msg)); - logPrint->Error(msg); break; } }