From d56b24dce7c0c40784eddcb79420db350d73d312 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 13 May 2024 20:56:16 +0300 Subject: [PATCH] remove one log --- script/main.go | 1 - 1 file changed, 1 deletion(-) 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 }