From e97092cf0c35fb51c2900c8001d89daf32a07ba1 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 15 Jun 2023 04:11:39 +0200 Subject: Maintain a link to the author object in the following/ subdirectory. --- xs_time.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xs_time.h') diff --git a/xs_time.h b/xs_time.h index 793b243..970f255 100644 --- a/xs_time.h +++ b/xs_time.h @@ -32,8 +32,6 @@ xs_str *xs_str_time(time_t t, const char *fmt, int local) strftime(tmp, sizeof(tmp), fmt, &tm); -// printf("%d %d\n", local, t - xs_parse_time(tmp, fmt, local)); - return xs_str_new(tmp); } -- cgit v1.2.3