Skip to content

Commit 39a2266

Browse files
committed
rm test code
1 parent 048f1e8 commit 39a2266

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Qiniu/Zone.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ private function bucketHosts($ak, $bucket)
183183
return array(null, new Error($url, $ret));
184184
}
185185
$r = ($ret->body === null) ? array() : $ret->json();
186-
echo '----------------------->>>>>>>>>>>';
187-
var_dump($r);
188186
return array($r, null);
189187
}
190188
}

0 commit comments

Comments
 (0)