summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-07-29 17:45:48 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-07-29 17:45:48 +0200
commit2a2309dd766611ef403e4e0b6de5f5b99a6d6e2c (patch)
treee0c4dc2e15c42dec7cc35d4720ad83e1045b6916 /sfeed.c
parent45ecf566374ff536c9cb4da90a39387cceb3ca1e (diff)
sfeed: whoops, remove "debug" statement
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index 2ad0df3..f9c901f 100644
--- 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)
;