remove println

This commit is contained in:
Chris Lu 2020-01-31 00:21:18 -08:00
parent a80ecbfe84
commit b2743afaee

View file

@ -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