remove println

This commit is contained in:
Chris Lu
2018-07-22 01:17:49 -07:00
parent 0655151b8c
commit 056871242b
3 changed files with 0 additions and 5 deletions

View File

@@ -121,8 +121,6 @@ func (fs *FilerServer) handleMultipleChunks(w http.ResponseWriter, r *http.Reque
w.Header().Set("Content-Type", mimeType)
}
println("mime type:", mimeType)
totalSize := int64(filer2.TotalSize(entry.Chunks))
rangeReq := r.Header.Get("Range")