diff --git a/core/log_io.c b/core/log_io.c index 3c8a2076dc339f8671cd2d596f105784e58217e8..65b123ca114ccb1893b57f3ee2317bb5646fa920 100644 --- a/core/log_io.c +++ b/core/log_io.c @@ -501,8 +501,6 @@ write_header(struct log_io *l) time(&tm); ctime_r(&tm, buf); - /* 20 bytes is hardcoded timestring length in silverspoon */ - //buf[19] = '\n'; if (fwrite(buf, strlen(buf), 1, l->f) != 1) return -1;