diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-29 17:45:48 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-29 17:45:48 +0200 |
commit | 2a2309dd766611ef403e4e0b6de5f5b99a6d6e2c (patch) | |
tree | e0c4dc2e15c42dec7cc35d4720ad83e1045b6916 | |
parent | 45ecf566374ff536c9cb4da90a39387cceb3ca1e (diff) |
sfeed: whoops, remove "debug" statement
-rw-r--r-- | sfeed.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) ; |