Skip to content

Commit 77cd7d9

Browse files
committed
fix
1 parent e6c6c91 commit 77cd7d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

qiniu/rsf.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
require_once("http.php");
4-
require_once("auth_digest.php");
54

65
// ----------------------------------------------------------
76
// class Qiniu_RSF_Client
@@ -35,8 +34,6 @@ public function ListPrefix($bucket, $prefix, $marker, $limit) // => ($ret => arr
3534
}
3635

3736
$url = $QINIU_RSF_HOST . "/list?" . http_build_query($query);
38-
echo $url;
39-
var_dump($this->Conn);
4037
list($ret, $err) = Qiniu_Client_Call($this->Conn, $url);
4138
if (!isset($ret['marker'])) {
4239
$err = new Qiniu_Error(400, 'EOF');

0 commit comments

Comments
 (0)