Skip to content

Commit 9205c65

Browse files
committed
remove: console dir
1 parent 8215fb9 commit 9205c65

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ module.exports = class Client {
158158
if (!this.isOpen) return;
159159

160160
protocol.parseWSPacket(str).forEach((packet) => {
161-
console.dir(packet, { depth: null });
162161
if (global.TW_DEBUG) console.log('§90§30§107 CLIENT §0 PACKET', packet);
163162
if (typeof packet === 'number') { // Ping
164163
this.#ws.send(protocol.formatWSPacket(`~h~${packet}`));

0 commit comments

Comments
 (0)