fix: remove debug code

This commit is contained in:
Adrien Raffin-Caboisse 2022-05-13 09:43:51 +02:00
parent dc8c20e002
commit ad4401aa40
No known key found for this signature in database
GPG Key ID: 7FB60532DEBEAD6A

View File

@ -666,7 +666,6 @@ func getTags(
if aclPolicy == nil {
return
}
fmt.Println(aclPolicy)
validTagMap := make(map[string]bool)
invalidTagMap := make(map[string]bool)
for _, tag := range machine.HostInfo.RequestTags {