Skip to content

Commit

Permalink
forgot to remive debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
goatchurchprime committed Nov 13, 2024
1 parent 8d23de4 commit 1c4e339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/mqtt/mqtt.gd
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ func firstmessagetoserver():
(2+len(self.lw_topic)+2+len(self.lw_msg) if self.lw_topic else 0)
encoderemaininglength(pkt, sz)
var remstartpos = len(pkt)
print("MQTT".to_ascii_buffer())
encodevarstr(pkt, [0x4D, 0x51, 0x54, 0x54]); # "MQTT".to_ascii_buffer()
var protocollevel = 0x04 # MQTT v3.1.1
var connectflags = (0xC0 if self.user != null else 0) | \
Expand Down

0 comments on commit 1c4e339

Please sign in to comment.