From f4c186d0bfb82f4540e1162a874760b6590005af Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 20 Nov 2000 18:46:16 +0000 Subject: removed extra log on stdout (killer this one) --- parsehdlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/parsehdlist.c b/parsehdlist.c index 7dc3296..a798646 100644 --- a/parsehdlist.c +++ b/parsehdlist.c @@ -276,7 +276,6 @@ int main(int argc, char **argv) hash_in_name = hash(in_name); for (i = 0; i < count_headers; ++i) { if (headers[i].hash_name == hash_in_name && !strcmp(headers[i].name, in_name)) { - printf("found %s:%s\n", in_name, in_tag); if (!strncmp(in_tag, "provides", 8)) print_list(headers[i].header, RPMTAG_PROVIDENAME, "%2$s\n", ""); else if (!strncmp(in_tag, "requires", 8)) print_list_flags(headers[i].header, RPMTAG_REQUIRENAME, RPMTAG_REQUIREFLAGS, RPMTAG_REQUIREVERSION,"%2$s", ""); -- cgit v1.2.1