removed debug print
[mirror/userdir-ldap.git] / web / Util.pm
index 9ee563f..f6e7f9c 100644 (file)
@@ -13,7 +13,6 @@ my $hascryptix = 1;
 eval 'use Crypt::Blowfish';
 if ($@) {
   $hascryptix = undef;
-  print "No cryptix\n";
 }
 
 sub CreateKey {