Remove unnecessary debug logging from @TheLostTree
This commit is contained in:
parent
d0881c9f91
commit
0d4d16f9a7
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user