diff --git a/script/main.go b/script/main.go index 563f216..3f4da8c 100644 --- a/script/main.go +++ b/script/main.go @@ -110,7 +110,6 @@ func checkContains(verifications []models.Verification, fileKey string) bool { fileURL := fmt.Sprintf("%s/%s/%s", minioEndpoint, bucketName, fileKey) for _, verification := range verifications { for _, file := range verification.Files { - fmt.Println(file.Url) if file.Url == fileURL { return true }