Skip to content

Commit

Permalink
* RM [sqlite] Delete a loginfo in mqtt_client.c
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylinYu authored Aug 15, 2023
1 parent c46c8e7 commit c4672ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mqtt/protocol/mqtt/mqtt_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ mqtt_pipe_close(void *arg)
#if defined(NNG_SUPP_SQLITE)
// flush to disk
if (!nni_lmq_empty(&p->send_messages)) {
log_info("cached msg into sqlite");
sqlite_flush_lmq(
mqtt_sock_get_sqlite_option(s), &p->send_messages);
}
Expand Down

0 comments on commit c4672ea

Please sign in to comment.