From adf701a3ef6931ed3dfa01d3b65cb758ada76780 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 16 May 2002 14:42:22 +0000 Subject: [PATCH] Grr.. I keep leaving my debug in... --- ext/standard/string.c | 1 - 1 file changed, 1 deletion(-) 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'; -- 2.50.1