projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b93b738
)
remove debug cruft that was left in getdate
author
Rich Felker
<dalias@aerifal.cx>
Fri, 2 Mar 2012 05:24:49 +0000
(
00:24
-0500)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 2 Mar 2012 05:24:49 +0000
(
00:24
-0500)
src/time/getdate.c
patch
|
blob
|
history
diff --git
a/src/time/getdate.c
b/src/time/getdate.c
index 26a489786672470608b3f2e3a67d944133dbdd87..8ed650a4cee57c738a1f5fc86f9fcd7c5a937d21 100644
(file)
--- a/
src/time/getdate.c
+++ b/
src/time/getdate.c
@@
-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;