From cec9076f9d59b7c1ec808f2b9aab29047c5cae29 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 29 Aug 2016 22:08:40 +0200 Subject: [PATCH] input/hog-lib: Remove spammy debug message It doesn't provide much info comparing to btmon and gets very spammy when debug messages are enabled. --- profiles/input/hog-lib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/input/hog-lib.c b/profiles/input/hog-lib.c index 1df1799b9..0884ef792 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, -- 2.47.3