Revert "input/hog-lib: Remove spammy debug message"

This reverts commit cec9076f9d59b7c1ec808f2b9aab29047c5cae29.

We want to see all HoG key presses in the regular bluez logs.

Change-Id: I321fb4b8760d32bc15fbac00bf8293024ff78aab
diff --git a/profiles/input/hog-lib.c b/profiles/input/hog-lib.c
index e376c2b..21cb6f9 100644
--- a/profiles/input/hog-lib.c
+++ b/profiles/input/hog-lib.c
@@ -315,6 +315,8 @@
 		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,