Removed a leftover debug printf

This commit is contained in:
Aurelien Foret 2005-03-16 19:54:55 +00:00
parent c583f03886
commit 2ad431515b
1 changed files with 0 additions and 2 deletions

View File

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