dever 6 years ago
parent
commit
92018849b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/Store/Qiniu.php

+ 0 - 1
lib/Store/Qiniu.php

@@ -39,7 +39,6 @@ class Qiniu extends Core implements Config
             $file = $this->file;
         }
 
-        echo $this->data['file']['tmp_name'];die;
         if ($this->base64) {
             list($ret, $err) = $upload->put($token, $file, $this->data['file']['tmp_name'], $param = null);
         } else {