DES: removed debug code

removed debug code
This commit is contained in:
Hans-Jürgen Petrich 2013-04-30 14:53:27 +07:00
parent 960dbe4f62
commit 6b7c1da103

View File

@ -2508,7 +2508,6 @@ class Crypt_DES {
break;
}
$lambda_functions[$code_hash] = create_function('$action, &$self, $text', 'if ($action == "encrypt") { '.$encrypt.' } else { '.$decrypt.' }');
#echo $encrypt;
}
$this->inline_crypt = $lambda_functions[$code_hash];
}