diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2002-05-16 14:42:22 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2002-05-16 14:42:22 +0000 |
commit | adf701a3ef6931ed3dfa01d3b65cb758ada76780 (patch) | |
tree | 9899b1ead425b55dab91a92a9361bfcaed30c250 | |
parent | 5d286e21eab0f721892f7bf44439232d5cd0870e (diff) | |
download | php-git-adf701a3ef6931ed3dfa01d3b65cb758ada76780.tar.gz |
Grr.. I keep leaving my debug in...
-rw-r--r-- | ext/standard/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
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'; |