Diff between 8e1fd164a7960962235f3757d4e49df7c0229ea0 and bbdd18089b45d99f1e5c34bcc27d69d5b3ecabbf

Changed Files

File Additions Deletions Status
monitor/att.c +0 -2 modified

Full Patch

diff --git a/monitor/att.c b/monitor/att.c
index d06a1b2..9ae8850 100644
--- a/monitor/att.c
+++ b/monitor/att.c
@@ -792,8 +792,6 @@ static void att_multiple_vl_rsp(const struct l2cap_frame *frame)
 		if (!l2cap_frame_get_le16(f, &handle))
 			return;
 
-		print_handle(frame, get_le16(frame->data), true);
-
 		if (!l2cap_frame_get_le16(f, &len))
 			return;