rabin 8 months ago
parent
commit
76ac532984
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Import.php

+ 0 - 2
src/Import.php

@@ -69,8 +69,6 @@ class Import
 
         preg_match_all('/<tr class="citytr"><td><a href="(.*?)">(.*?)<\/a><\/td><td><a href="(.*?)">(.*?)<\/a><\/td><\/tr>/is', $html, $result);
 
-        print_r($result);die;
-
         $update = array();
         if (isset($result[3]) && isset($result[4]) && $result[4]) {
             foreach ($result[4] as $k => $v) {