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;
|
||||
})();
|
||||
|
||||
|
||||
|
||||
console.log(packetIds.PlayerGetTokenReq)
|
||||
const c = new Logger("Packet")
|
||||
|
||||
export default class Packet {
|
||||
@ -78,4 +75,4 @@ export default class Packet {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user