remove one log
This commit is contained in:
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)
|
fileURL := fmt.Sprintf("%s/%s/%s", minioEndpoint, bucketName, fileKey)
|
||||||
for _, verification := range verifications {
|
for _, verification := range verifications {
|
||||||
for _, file := range verification.Files {
|
for _, file := range verification.Files {
|
||||||
fmt.Println(file.Url)
|
|
||||||
if file.Url == fileURL {
|
if file.Url == fileURL {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user