mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +00:00
- removed more debug code
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@80 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
1e8a295994
commit
4304494119
@ -67,7 +67,7 @@
|
|||||||
* @author Jim Wigginton <terrafrost@php.net>
|
* @author Jim Wigginton <terrafrost@php.net>
|
||||||
* @copyright MMVI Jim Wigginton
|
* @copyright MMVI Jim Wigginton
|
||||||
* @license http://www.gnu.org/licenses/lgpl.txt
|
* @license http://www.gnu.org/licenses/lgpl.txt
|
||||||
* @version $Id: BigInteger.php,v 1.26 2010-01-23 17:36:49 terrafrost Exp $
|
* @version $Id: BigInteger.php,v 1.27 2010-01-26 23:57:27 terrafrost Exp $
|
||||||
* @link http://pear.php.net/package/Math_BigInteger
|
* @link http://pear.php.net/package/Math_BigInteger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -3368,9 +3368,6 @@ class Math_BigInteger {
|
|||||||
if ( !count($value) ) {
|
if ( !count($value) ) {
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
//zzzzzzzzzzzzz
|
|
||||||
//if ($this->bitmask) {
|
|
||||||
//print_r($this->bitmask);exit;}
|
|
||||||
|
|
||||||
$value = $this->_trim($value);
|
$value = $this->_trim($value);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user