summaryrefslogtreecommitdiff
path: root/net/eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index 3b06440ca9..c2dbb93427 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -229,7 +229,6 @@ int eth_init(bd_t *bis)
if (eth_current->init(eth_current, bis)) {
eth_current->state = ETH_STATE_ACTIVE;
- printf("%s configured\n", eth_current->name);
return 1;
}