From ccd016f3d4e99ac7b2794eb372dd93be98775c02 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:17:54 -0700 Subject: [PATCH] ethernet: remove debug print statement --- src/manta/ethernet/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/manta/ethernet/__init__.py b/src/manta/ethernet/__init__.py index 6c7f248..5113370 100644 --- a/src/manta/ethernet/__init__.py +++ b/src/manta/ethernet/__init__.py @@ -478,7 +478,6 @@ class EthernetInterface(Elaboratable): addr = list(f"{getrandbits(48):012x}") addr[1] = "2" liteeth_config["mac_address"] = int("".join(addr), 16) - print(liteeth_config["mac_address"]) # Force use of DHCP liteeth_config["dhcp"] = True