浏览代码

Se quito un var_dump

gabriel 7 年之前
父节点
当前提交
9f244d40a1
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Util/GeoDecode.php

+ 0 - 2
Util/GeoDecode.php

@@ -64,8 +64,6 @@ class GeoDecode
             }
             $nc++;
         }
-        var_dump($json);
-        //        -32.030232, -61.220883
         if (isset($json['results']) &&
             isset($json['results'][0]) &&
             isset($json['results'][0]['geometry']) &&