From bfdc3462f81cdd097ddea13c580b475d35aedeba Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Tue, 19 Feb 2008 12:25:18 +0000 Subject: [PATCH] no debug --- tools/repo_patchxml.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/repo_patchxml.c b/tools/repo_patchxml.c index d326bb4..ecaccda 100644 --- a/tools/repo_patchxml.c +++ b/tools/repo_patchxml.c @@ -378,7 +378,6 @@ startElement(void *userData, const char *name, const char **atts) if ((str = find_attr("timestamp", atts))) { pd->timestamp = strtoul(str, NULL, 10); - fprintf(stderr, "timestamp %s [%d]\n", str, pd->timestamp); } } /*FALLTHRU*/ -- 2.7.4