diff --git a/application/index/model/ShareHandler.php b/application/index/model/ShareHandler.php index d3ddaf3a..ebbd27cd 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"){