Authored by Rock Zhang

去除url调试信息

@@ -143,7 +143,6 @@ class Yohobuy @@ -143,7 +143,6 @@ class Yohobuy
143 if (!empty($data)) { 143 if (!empty($data)) {
144 $url = self::httpBuildQuery($url, $data); 144 $url = self::httpBuildQuery($url, $data);
145 } 145 }
146 - echo $url;  
147 146
148 /* 开启缓存的情况 */ 147 /* 开启缓存的情况 */
149 if ($cache && USE_CACHE) { 148 if ($cache && USE_CACHE) {