Import/Core_geoip.php
[Pman.Core] / Import / Core_geoip.php
index 3e35105..a43f3c6 100644 (file)
@@ -58,10 +58,6 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
             $this->jerr("invalid location file");
         }
         
-        $linecount = count(file($csv));
-        
-        print_r($linecount);exit;
-        
         $req = array(
             'GEONAME_ID', 'CONTINENT_CODE', 'CONTINENT_NAME',
             'COUNTRY_ISO_CODE', 'COUNTRY_NAME', 'SUBDIVISION_ISO_CODE',