Diff between 9f2164cf856dcd6ad479cf23b728f2c5fb7b5028 and cec9076f9d59b7c1ec808f2b9aab29047c5cae29
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog-lib.c | +0 | -2 | modified |
Full Patch
diff --git a/profiles/input/hog-lib.c b/profiles/input/hog-lib.c
index 1df1799..0884ef7 100644
--- a/profiles/input/hog-lib.c
+++ b/profiles/input/hog-lib.c
@@ -315,8 +315,6 @@ static void report_value_cb(const guint8 *pdu, guint16 len, gpointer user_data)
error("bt_uhid_send: %s (%d)", strerror(-err), -err);
return;
}
-
- DBG("HoG report (%u bytes)", ev.u.input.size);
}
static void report_ccc_written_cb(guint8 status, const guint8 *pdu,