summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/time.c b/time.c
index 298c5a14d5..460d6ae5ee 100644
--- a/time.c
+++ b/time.c
@@ -807,7 +807,6 @@ time_dump(time, limit)
buf[i] = sec & 0xff;
sec = RSHIFT(sec, 8);
}
- printf("::");
for (i=4; i<8; i++) {
buf[i] = usec & 0xff;
usec = RSHIFT(usec, 8);