diff --git a/src/main.c b/src/main.c index abe0755..b0cb1e4 100644 --- a/src/main.c +++ b/src/main.c @@ -783,7 +783,6 @@ static linkstate_t do_active(struct net_buf *buf) { default: // Presumably something from the controller if (bt_buf_get_type(buf) == BT_BUF_EVT) { - LOG_DBG("RX'd CONTROLLER EVENT: ACTIVE -> ACTIVE"); h5_send(buf->data, HCI_EVENT_PKT, buf->len); } else { LOG_HEXDUMP_ERR(buf->data, buf->len, "Unexpected buffer in host_queue");