Skip to content

Commit

Permalink
* MDF [mqtt_tcp] Remove useless debuging print
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylinYu committed Jul 16, 2023
1 parent 1efe3b3 commit a02fe59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mqtt/transport/tcp/mqtt_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ mqtt_tcptran_pipe_recv_cb(void *arg)
nni_mqtt_msgack_encode(
qmsg, packet_id, reason_code, prop, p->proto);
nni_mqtt_pubres_header_encode(qmsg, ack_cmd);
printf("ack msg %ld\n", packet_id);
if (p->proto == MQTT_PROTOCOL_VERSION_v5) {
property_free(prop);
}
Expand Down

0 comments on commit a02fe59

Please sign in to comment.