1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-11 07:31:04 -04:00

Removed a leftover debug printf

This commit is contained in:
Aurelien Foret 2005-03-16 19:54:55 +00:00
parent c583f03886
commit 2ad431515b

View File

@ -293,8 +293,6 @@ pmpkg_t *pkg_load(char *pkgfile)
return(info);
error:
printf("toto\n");
FREEPKG(info);
tar_close(tar);