remove stupid*$(# debug code

This commit is contained in:
Greg Beaver 2007-12-14 05:00:59 +00:00
parent 8f41f80411
commit 38bf150e4d

View File

@ -785,10 +785,6 @@ static int phar_open_loaded(char *fname, int fname_len, char *alias, int alias_l
}
return SUCCESS;
} else {
if (phar) {
printf("new %s\n", phar->fname);
printf("old %s\n", fname);
}
if (pphar) {
*pphar = NULL;
}