mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
fix: remove debug code
This commit is contained in:
parent
dc8c20e002
commit
ad4401aa40
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue