summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-04-10 00:09:17 +0000
committerDerick Rethans <derick@php.net>2001-04-10 00:09:17 +0000
commita379669ab66855ebb4640aa4e82d9b327a7d7855 (patch)
tree3473da069a2dbfb8c935d8882fd853d9ffab0005
parent61e1bf92866f5a37844bb64b04678d22fd0a887f (diff)
downloadphp-git-a379669ab66855ebb4640aa4e82d9b327a7d7855.tar.gz
- Removed debug thing
-rw-r--r--ext/mcrypt/mcrypt.c1
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");
}