Skip to content

Commit

Permalink
in_mqtt: added removed debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Aug 5, 2024
1 parent fb26f7e commit 140c71b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/in_mqtt/mqtt_prot.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ static int mqtt_data_append(char *topic, size_t topic_len,
return -1;
}


printf("PAYLOAD : ||||||%.*s|||||\n\n", msg_len, msg);
off = 0;
msgpack_unpacked_init(&result);
if (msgpack_unpack_next(&result, pack, out, &off) != MSGPACK_UNPACK_SUCCESS) {
Expand Down

0 comments on commit 140c71b

Please sign in to comment.