Skip to content

Commit

Permalink
Remove error log when getting metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zgldh authored Jun 16, 2016
1 parent 43f9b87 commit 679424e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/QiniuAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ public function getMetadata($path)

list($ret, $error) = $bucketMgr->stat($this->bucket, $path);
if ($error !== null) {
$this->logQiniuError($error);

return false;
} else {
return $ret;
Expand Down

0 comments on commit 679424e

Please sign in to comment.