Skip to content

Commit 92b6a1b

Browse files
committed
style: remove useless console.log
1 parent 3cd3d88 commit 92b6a1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/client_mqtt5.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,8 @@ describe('MQTT 5.0', () => {
702702
protocolVersion: 5,
703703
properties: { authenticationData: Buffer.from([1, 2, 3, 4]) },
704704
}
705-
console.log('client connecting')
706705
const client = mqtt.connect(opts)
707706
client.on('error', (error) => {
708-
console.log('error hit')
709707
assert.strictEqual(
710708
error.message,
711709
'Packet has no Authentication Method',

0 commit comments

Comments
 (0)