Browse Source

remove println

fasthttp
Chris Lu 5 years ago
parent
commit
b2743afaee
  1. 3
      weed/s3api/s3api_object_copy_handlers.go

3
weed/s3api/s3api_object_copy_handlers.go

@ -51,9 +51,6 @@ func (s3a *S3ApiServer) CopyObjectHandler(w http.ResponseWriter, r *http.Request
etag, errCode := s3a.putToFiler(r, dstUrl, dataReader)
println("srcUrl:", srcUrl)
println("dstUrl:", dstUrl)
if errCode != ErrNone {
writeErrorResponse(w, errCode, r.URL)
return

Loading…
Cancel
Save