From 4ee1d8efd5fe2ffb5aed3b905555f4ce4a0d08ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 23 Dec 2017 22:59:47 +0100 Subject: [PATCH] removed some logging --- comm/msg_bulkread.c | 1 - comm/msg_bulkwrite.c | 1 - 2 files changed, 2 deletions(-) diff --git a/comm/msg_bulkread.c b/comm/msg_bulkread.c index 3866870..9ee55c3 100644 --- a/comm/msg_bulkread.c +++ b/comm/msg_bulkread.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; } diff --git a/comm/msg_bulkwrite.c b/comm/msg_bulkwrite.c index a2092b7..bd42b27 100644 --- a/comm/msg_bulkwrite.c +++ b/comm/msg_bulkwrite.c @@ -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; }