remove debug info fmt.Println(isDownload)

This commit is contained in:
s_jqzhang 2019-05-10 09:55:01 +08:00
parent 7081648052
commit 7ee5012296

View File

@ -1485,7 +1485,6 @@ func (this *Server) DownloadNormalFileByURI(w http.ResponseWriter, r *http.Reque
log.Error(err)
}
}
fmt.Println(isDownload)
if isDownload {
this.SetDownloadHeader(w, r)
}