Remove ad-hoc logging code

This commit is contained in:
Sanae 2022-03-08 17:09:32 -06:00
parent 09fb2af344
commit f41eee95d6
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ server.PacketHandler = (c, p) => {
{
if (p is PlayerPacket playerPacket) {
c.Metadata["scenario"] = playerPacket.ScenarioNum;
if (!string.IsNullOrEmpty(playerPacket.Hack)) {
c.Logger.Warn($"In a capture {playerPacket.Hack}");
}
}
}
switch (p) {