mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
DES: removed debug code
removed debug code
This commit is contained in:
parent
960dbe4f62
commit
6b7c1da103
@ -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];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user