diff options
author | Stig Bakken <ssb@php.net> | 1999-08-31 15:57:30 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-08-31 15:57:30 +0000 |
commit | b5375a323d153b43c3ee273d2cbea70e6320227d (patch) | |
tree | 6de7455baf85f8796bccfe7fd1a26929f8a8d9f4 | |
parent | fb981b96505a9bf9ceba9d5c98315944befd008e (diff) | |
download | php-git-b5375a323d153b43c3ee273d2cbea70e6320227d.tar.gz |
oops
-rw-r--r-- | ext/standard/uniqid.c | 2 |
1 files changed, 0 insertions, 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."); |