Skip to content

Commit

Permalink
Removed extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 13, 2019
1 parent a11cbe6 commit 7ec5b6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packet.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function Packet (original, broker) {
this.qos = original.qos || 0
this.retain = original.retain || false
// [MQTT-2.3.1-5]
// qos = 0 and publish
if (this.qos > 0 || this.cmd !== 'publish') {
// [MQTT-2.3.1-1]
this.messageId = original.messageId || 1
Expand Down

0 comments on commit 7ec5b6b

Please sign in to comment.