diff options
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r-- | ext/mcrypt/mcrypt.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); } |