commit 2a2309dd766611ef403e4e0b6de5f5b99a6d6e2c
parent 45ecf566374ff536c9cb4da90a39387cceb3ca1e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 29 Jul 2015 17:45:48 +0200
sfeed: whoops, remove "debug" statement
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sfeed.c b/sfeed.c
@@ -250,7 +250,6 @@ gettimetz(const char *s, char *buf, size_t bufsiz, int *tzoffset)
return -1; /* timezone too long */
memcpy(tzbuf, s, i);
tzbuf[i] = '\0';
- printf("tzbuf: |%s|\n", tzbuf);
if ((sscanf(s, "%c%02d:%02d", &c, &tzhour, &tzmin)) == 3)
;