We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215fb9 commit 9205c65Copy full SHA for 9205c65
1 file changed
src/client.js
@@ -158,7 +158,6 @@ module.exports = class Client {
158
if (!this.isOpen) return;
159
160
protocol.parseWSPacket(str).forEach((packet) => {
161
- console.dir(packet, { depth: null });
162
if (global.TW_DEBUG) console.log('§90§30§107 CLIENT §0 PACKET', packet);
163
if (typeof packet === 'number') { // Ping
164
this.#ws.send(protocol.formatWSPacket(`~h~${packet}`));
0 commit comments