From f5b9244eda42b057ddb2fb81e7c64347393ef7f9 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 8 Sep 2017 14:54:30 +0300 Subject: [PATCH] gatt: Remove useless debug --- src/gatt-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gatt-client.c b/src/gatt-client.c index 419dadb99..d523b883a 100644 --- a/src/gatt-client.c +++ b/src/gatt-client.c @@ -1229,7 +1229,7 @@ static DBusMessage *characteristic_acquire_write(DBusConnection *conn, chrc->write_io = new0(struct pipe_io, 1); if (!bt_gatt_client_is_ready(gatt)) { - DBG("GATT not ready, wait until it becomes read"); + /* GATT not ready, wait until it becomes ready */ if (!chrc->ready_id) chrc->ready_id = bt_gatt_client_ready_register(gatt, characteristic_ready, -- 2.47.3