mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-27 12:05:26 +00:00
fix: remove debug code
This commit is contained in:
parent
dc8c20e002
commit
ad4401aa40
@ -666,7 +666,6 @@ func getTags(
|
|||||||
if aclPolicy == nil {
|
if aclPolicy == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Println(aclPolicy)
|
|
||||||
validTagMap := make(map[string]bool)
|
validTagMap := make(map[string]bool)
|
||||||
invalidTagMap := make(map[string]bool)
|
invalidTagMap := make(map[string]bool)
|
||||||
for _, tag := range machine.HostInfo.RequestTags {
|
for _, tag := range machine.HostInfo.RequestTags {
|
||||||
|
Loading…
Reference in New Issue
Block a user