Revert "fix(nimble): Added debug print to check for skipped adv report"

This reverts commit 48e54f2d958aafae96cee52ef34a560382e06b60.
This commit is contained in:
Rahul Tank
2024-07-05 15:56:09 +05:30
parent 5ca9f2a49a
commit fad07af40a

View File

@@ -217,7 +217,6 @@ static int host_rcv_pkt(uint8_t *data, uint16_t len)
evbuf = ble_transport_alloc_evt(1); evbuf = ble_transport_alloc_evt(1);
/* Skip advertising report if we're out of memory */ /* Skip advertising report if we're out of memory */
if (!evbuf) { if (!evbuf) {
ESP_LOGI(TAG, "Skipping advertising report due to low memory");
return 0; return 0;
} }
} else { } else {