Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 26, 2019
1 parent 73c7fdf commit 6df12c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/write.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ function write (client, packet, done) {
if (client.conn.writable && client.connected) {
var result = mqtt.writeToStream(packet, client.conn)
if (!result && !client.errored && done) {
console.log('drain')
client.conn.once('drain', done)
return
}
Expand Down

0 comments on commit 6df12c5

Please sign in to comment.