]> granicus.if.org Git - php/commitdiff
- Removed debug thing
authorDerick Rethans <derick@php.net>
Tue, 10 Apr 2001 00:09:17 +0000 (00:09 +0000)
committerDerick Rethans <derick@php.net>
Tue, 10 Apr 2001 00:09:17 +0000 (00:09 +0000)
ext/mcrypt/mcrypt.c

index 53054d84e45cc2090bfd18ab1362102b7fdc2c36..efbd4e005759454e9987f48dad07360eb7fb3acb 100644 (file)
@@ -351,7 +351,6 @@ PHP_MINFO_FUNCTION(mcrypt)
        MCLS_FETCH();
 
        modules = mcrypt_list_algorithms (MCG(algorithms_dir), &count);
-       printf ("boo\n");
        if (count == 0) {
                smart_str_appends (&tmp1, "none");
        }