From dbf94ef586e2dc9a6fbea7b54ec81307cfbb9fcd Mon Sep 17 00:00:00 2001 From: lionsoul <狮子的魂> Date: Thu, 30 Jun 2016 16:05:16 +0800 Subject: [PATCH] remove the debug info --- binding/php/Ip2Region.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/binding/php/Ip2Region.class.php b/binding/php/Ip2Region.class.php index 14a1fc2..14c12d0 100644 --- a/binding/php/Ip2Region.class.php +++ b/binding/php/Ip2Region.class.php @@ -67,7 +67,6 @@ class Ip2Region $this->firstIndexPtr = self::getLong($this->dbBinStr, 0); $this->lastIndexPtr = self::getLong($this->dbBinStr, 4); $this->totalBlocks = ($this->lastIndexPtr-$this->firstIndexPtr)/INDEX_BLOCK_LENGTH + 1; - echo "length: ", strlen($this->dbBinStr); } if ( is_string($ip) ) $ip = ip2long($ip);