[Logging] Remove loginserver unhandled error (#2458)

This commit is contained in:
Chris Miles 2022-09-28 22:20:20 -05:00 committed by GitHub
parent 267d73ca27
commit b20d0b84f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,11 +77,6 @@ bool Client::Process()
Handle_Play((const char *) app->pBuffer);
break;
}
default: {
char dump[64];
app->build_header_dump(dump);
LogError("Received unhandled application packet from the client: [{}]", dump);
}
}
delete app;