removed some logging

This commit is contained in:
2017-12-23 22:59:47 +01:00
parent 32c2c5a883
commit 4ee1d8efd5
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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;
}
-1
View File
@@ -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;
}