remove the debug info
This commit is contained in:
parent
e436094563
commit
dbf94ef586
|
|
@ -67,7 +67,6 @@ class Ip2Region
|
||||||
$this->firstIndexPtr = self::getLong($this->dbBinStr, 0);
|
$this->firstIndexPtr = self::getLong($this->dbBinStr, 0);
|
||||||
$this->lastIndexPtr = self::getLong($this->dbBinStr, 4);
|
$this->lastIndexPtr = self::getLong($this->dbBinStr, 4);
|
||||||
$this->totalBlocks = ($this->lastIndexPtr-$this->firstIndexPtr)/INDEX_BLOCK_LENGTH + 1;
|
$this->totalBlocks = ($this->lastIndexPtr-$this->firstIndexPtr)/INDEX_BLOCK_LENGTH + 1;
|
||||||
echo "length: ", strlen($this->dbBinStr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( is_string($ip) ) $ip = ip2long($ip);
|
if ( is_string($ip) ) $ip = ip2long($ip);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue