no debug
authorKlaus Kaempf <kkaempf@suse.de>
Tue, 19 Feb 2008 12:25:18 +0000 (12:25 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Tue, 19 Feb 2008 12:25:18 +0000 (12:25 +0000)
tools/repo_patchxml.c

index d326bb4..ecaccda 100644 (file)
@@ -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*/