Re-enable showing debug messages on the console

This commit is contained in:
Alex Spataru 2024-09-29 02:14:08 -05:00
parent 8a1ee9b9b2
commit 27be3aab33

View File

@ -114,7 +114,7 @@ static void MessageHandler(QtMsgType type, const QMessageLogContext &context,
output.append("\n");
// Use IO::Manager signal to avoid messing up tokens in console
// Q_EMIT IO::Manager::instance().dataReceived(output.toUtf8());
Q_EMIT IO::Manager::instance().dataReceived(output.toUtf8());
}
/**