]> granicus.if.org Git - php/commitdiff
oops
authorStig Bakken <ssb@php.net>
Tue, 31 Aug 1999 15:57:30 +0000 (15:57 +0000)
committerStig Bakken <ssb@php.net>
Tue, 31 Aug 1999 15:57:30 +0000 (15:57 +0000)
ext/standard/uniqid.c

index fda58e729ae650aaf5c7926b578d4e4dc6eb3c0f..562eb72b4e47ee80ac6fbb891bd91a1c42bb3d7f 100644 (file)
@@ -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.");