Skip to content

Commit 705cc65

Browse files
authored
Update MultipartUpload.php
1 parent eda1f6d commit 705cc65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Qcloud/Cos/MultipartUpload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function performUploading() {
5858
'Key' => $this->options['Key'],
5959
'UploadId' => $uploadId,
6060
'Parts' => $parts));
61-
print_r($rt);
6261
return $rt;
6362
}
6463

0 commit comments

Comments
 (0)