Skip to content

Commit 0f437e4

Browse files
Remove leftover debug printf in LWIP_Ethernet (#1572)
See #1161
1 parent 3778fbb commit 0f437e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/lwIP_Ethernet/src/LwipIntfDev.h

-4
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,6 @@ template<class RawDev>
416416
err_t LwipIntfDev<RawDev>::linkoutput_s(netif* netif, struct pbuf* pbuf) {
417417
LwipIntfDev* lid = (LwipIntfDev*)netif->state;
418418

419-
if (pbuf->len != pbuf->tot_len || pbuf->next) {
420-
Serial.println("ERRTOT\r\n");
421-
}
422-
423419
uint16_t len = lid->sendFrame((const uint8_t*)pbuf->payload, pbuf->len);
424420

425421
#if PHY_HAS_CAPTURE

0 commit comments

Comments
 (0)