From: Rasmus Lerdorf Date: Thu, 16 May 2002 14:42:22 +0000 (+0000) Subject: Grr.. I keep leaving my debug in... X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adf701a3ef6931ed3dfa01d3b65cb758ada76780;p=php Grr.. I keep leaving my debug in... --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 912e43dc93..5453daac86 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -2142,7 +2142,6 @@ PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC) } *s++ = *t++; l--; - php_printf("%d\n",l); } *s = '\0';