]> granicus.if.org Git - php/commitdiff
remove stupid*$(# debug code
authorGreg Beaver <cellog@php.net>
Fri, 14 Dec 2007 05:00:59 +0000 (05:00 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 14 Dec 2007 05:00:59 +0000 (05:00 +0000)
ext/phar/phar.c

index 15eac56bc84c0349786b295a15c8549a80991ca9..3a3d4b049f76744b5b5f0156197266b0755e5868 100644 (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;
                }