Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
restanrm committed May 13, 2022
1 parent dc8c20e commit ad4401a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ad4401a

Please sign in to comment.