diff options
author | Derick Rethans <derick@php.net> | 2001-04-10 00:09:17 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-04-10 00:09:17 +0000 |
commit | a379669ab66855ebb4640aa4e82d9b327a7d7855 (patch) | |
tree | 3473da069a2dbfb8c935d8882fd853d9ffab0005 | |
parent | 61e1bf92866f5a37844bb64b04678d22fd0a887f (diff) | |
download | php-git-a379669ab66855ebb4640aa4e82d9b327a7d7855.tar.gz |
- Removed debug thing
-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"); } |