]> granicus.if.org Git - php/commitdiff
Grr.. I keep leaving my debug in...
authorRasmus Lerdorf <rasmus@php.net>
Thu, 16 May 2002 14:42:22 +0000 (14:42 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 16 May 2002 14:42:22 +0000 (14:42 +0000)
ext/standard/string.c

index 912e43dc93ced313a3cdcd9cc4c34b18996bc67a..5453daac860be96f9902b5a2193c01f97634f887 100644 (file)
@@ -2142,7 +2142,6 @@ PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC)
                        } 
                        *s++ = *t++;
                        l--;
-                       php_printf("%d\n",l);
                }
                *s = '\0';