From: Derick Rethans Date: Tue, 10 Apr 2001 00:09:17 +0000 (+0000) Subject: - Removed debug thing X-Git-Tag: php-4.0.6RC1~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a379669ab66855ebb4640aa4e82d9b327a7d7855;p=php - Removed debug thing --- diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 53054d84e4..efbd4e0057 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -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"); }