Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 10:38:41 +0000 (18:38 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 10:38:41 +0000 (18:38 +0800)
Import/Core_geoip.php

index ce6a698..2ce73c3 100644 (file)
@@ -36,10 +36,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
         if(!file_exists($location) || !file_exists($block)){
             $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!');
         }
-        $this->log(pow(2, 1));
-        $this->log(pow(2, 2));
-        $this->log(pow(2, 20));
-        exit;
+        
 //        $this->insertLocation($location);
         
         $this->insertBlock($block);