Skip to content
Snippets Groups Projects
Verified Commit 48a17956 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Stop Printing every Command in LoginGui

This is a remnant from the protocol and login development that is no
longer needed.
parent fde44896
No related branches found
No related tags found
No related merge requests found
Pipeline #3261 passed with stage
in 40 seconds
......@@ -97,7 +97,6 @@ void LoginGui::sendAuthenticateMessage()
void LoginGui::receivedMessageFromServer(const QString& message)
{
logWarning(QStringLiteral("Received: ") + message);
const Protocol::Command serverCommand = Protocol::Command::fromString(message);
if (serverCommand.action == Protocol::Action::invalid)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment