| changeset 359 | c9c90315ea24 |
| parent 353 | 90b63682fdd7 |
| child 362 | cf88b5df2884 |
1.1 --- a/librazor/rpm.c Sat Feb 14 11:35:32 2009 +0000 1.2 +++ b/librazor/rpm.c Wed Apr 22 15:09:17 2009 +0100 1.3 @@ -380,8 +380,6 @@ 1.4 1.5 RAZOR_EXPORT void razor_relocations_destroy(struct razor_relocations *rr) 1.6 { 1.7 - printf("razor_relocations_destroy(rr=%p): path=%p, rel=%p\n", 1.8 - rr,rr->path,rr->relocations); 1.9 free(rr->path); 1.10 free(rr->relocations); 1.11 free(rr);