mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 10:37:35 +00:00
fix: remove debug code
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user