Remove unnecessary debug logging from @TheLostTree

This commit is contained in:
memetrollsXD 2022-07-29 12:17:32 +02:00 committed by GitHub
parent d0881c9f91
commit 0d4d16f9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,6 @@ const packetIds: { [key: string]: PacketType } = (function () {
return obj; return obj;
})(); })();
console.log(packetIds.PlayerGetTokenReq)
const c = new Logger("Packet") const c = new Logger("Packet")
export default class Packet { export default class Packet {