diff options
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r-- | networking/udhcp/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index c5a24fc62..bf2ac4417 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -41,7 +41,6 @@ long uptime(void) | |||
41 | { | 41 | { |
42 | struct sysinfo info; | 42 | struct sysinfo info; |
43 | sysinfo(&info); | 43 | sysinfo(&info); |
44 | printf("uptime %ld\n", (long)info.uptime); | ||
45 | return info.uptime; | 44 | return info.uptime; |
46 | } | 45 | } |
47 | 46 | ||