- 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:
Jim Wigginton 2010-01-26 23:57:27 +00:00
parent 1e8a295994
commit 4304494119

View File

@ -67,7 +67,7 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVI Jim Wigginton
* @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
*/
@ -3368,9 +3368,6 @@ class Math_BigInteger {
if ( !count($value) ) {
return $result;
}
//zzzzzzzzzzzzz
//if ($this->bitmask) {
//print_r($this->bitmask);exit;}
$value = $this->_trim($value);