x/registry: fixing tests wip

This commit is contained in:
Blake Mizerany
2024-04-03 16:37:27 -07:00
parent 005b6373e2
commit f7cfe946dc
3 changed files with 68 additions and 77 deletions

View File

@@ -6,7 +6,6 @@ import (
"cmp"
"context"
"errors"
"fmt"
"log"
"net/http"
"net/url"
@@ -131,7 +130,6 @@ func (s *Server) handlePush(w http.ResponseWriter, r *http.Request) error {
PartNumber: partNumber,
ETag: etag,
})
fmt.Println("uploadID", uploadID, "partNumber", partNumber, "etag", etag)
completePartsByUploadID[uploadID] = cp
}