diff --git a/weed/s3api/s3api_object_copy_handlers.go b/weed/s3api/s3api_object_copy_handlers.go index 374e7ec9f..5e0fa5de1 100644 --- a/weed/s3api/s3api_object_copy_handlers.go +++ b/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