mirror of
https://github.com/fluencelabs/musl
synced 2025-05-29 15:41:36 +00:00
remove debug cruft that was left in getdate
This commit is contained in:
parent
b93b7382d6
commit
6cf51fe51a
@ -31,8 +31,6 @@ struct tm *getdate(const char *s)
|
||||
|
||||
while (fgets(fmt, sizeof fmt, f)) {
|
||||
p = strptime(s, fmt, &tmbuf);
|
||||
dprintf(2, "%s %s\n", s, fmt);
|
||||
dprintf(2, "%p %d\n", p, p?*p:0);
|
||||
if (p && !*p) {
|
||||
ret = &tmbuf;
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user