From a379669ab66855ebb4640aa4e82d9b327a7d7855 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 10 Apr 2001 00:09:17 +0000 Subject: - Removed debug thing --- ext/mcrypt/mcrypt.c | 1 - 1 file changed, 1 deletion(-) 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"); } -- cgit v1.2.1