From: Klaus Kaempf Date: Tue, 19 Feb 2008 12:25:18 +0000 (+0000) Subject: no debug X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~580 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfdc3462f81cdd097ddea13c580b475d35aedeba;p=thirdparty%2Flibsolv.git no debug --- diff --git a/tools/repo_patchxml.c b/tools/repo_patchxml.c index d326bb4b..ecaccda1 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*/