removed some logging

sipo
Ondřej Hruška 6 years ago
parent 32c2c5a883
commit 4ee1d8efd5
  1. 1
      comm/msg_bulkread.c
  2. 1
      comm/msg_bulkwrite.c

@ -22,7 +22,6 @@ static TF_Result bulkread_lst(TinyFrame *tf, TF_Msg *msg)
// this is a final call before timeout, to clean up
if (msg->data == NULL) {
dbg("Bulk rx lst cleanup\r\n");
goto close;
}

@ -19,7 +19,6 @@ static TF_Result bulkwrite_lst(TinyFrame *tf, TF_Msg *msg)
// this is a final call before timeout, to clean up
if (msg->data == NULL) {
dbg("Bulk rx lst cleanup\r\n");
goto close;
}

Loading…
Cancel
Save