From b5375a323d153b43c3ee273d2cbea70e6320227d Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 31 Aug 1999 15:57:30 +0000 Subject: [PATCH] oops --- ext/standard/uniqid.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/standard/uniqid.c b/ext/standard/uniqid.c index fda58e729a..562eb72b4e 100644 --- a/ext/standard/uniqid.c +++ b/ext/standard/uniqid.c @@ -57,8 +57,6 @@ PHP_FUNCTION(uniqid) convert_to_boolean(flags); } - printf("flags->value.lval = %d\n", flags->value.lval); - /* Do some bounds checking since we are using a char array. */ if (prefix->value.str.len > 114) { php_error(E_WARNING, "The prefix to uniqid should not be more than 114 characters."); -- 2.49.0