Skip to content

Commit 885346d

Browse files
committed
fix, PEBKAC, remove test code
1 parent 09e0c1d commit 885346d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dt-io-zone.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ __local(void)
144144
if (!*tzmfn) {
145145
struct stat st;
146146

147-
puts(tzname[0U]);
148-
puts(tzname[1U]);
149147
if (!stat("/etc/localtime", &st)) {
150148
memcpy(tzmfn, "/etc/localtime", 14L);
151149
goto gothim;

0 commit comments

Comments
 (0)