remove one log

This commit is contained in:
Pavel 2024-05-13 20:56:16 +03:00
parent bd104f75f1
commit d56b24dce7

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