diff --git a/application/index/model/ShareHandler.php b/application/index/model/ShareHandler.php index d3ddaf3a7a0d066a46da79f8c91b0216c2b1dbf6..ebbd27cd4c86dd40f011a5562ccd88f0ae669fdd 100644 --- a/application/index/model/ShareHandler.php +++ b/application/index/model/ShareHandler.php @@ -21,7 +21,6 @@ class ShareHandler extends Model{ $this->shareData = Db::name('shares')->where('share_key',$key)->find(); if(empty($this->shareData)){ $this->querryStatus = false; - die($key); }else{ if($notExist){ if($this->shareData["source_type"] == "file"){