ethernet: remove debug print statement

This commit is contained in:
Fischer Moseley 2026-01-19 11:17:54 -07:00
parent 7fca0bf5f0
commit ccd016f3d4
1 changed files with 0 additions and 1 deletions

View File

@ -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