chore: remove leftover debug log line from tailscale service

This commit is contained in:
Stavros
2026-06-17 12:15:51 +03:00
parent 905f67292c
commit a9face749d
-2
View File
@@ -138,8 +138,6 @@ func (ts *TailscaleService) Whois(ctx context.Context, addr string) (*TailscaleW
NodeName: strings.TrimSuffix(who.Node.Name, "."),
}
ts.log.App.Debug().Interface("res", res).Msg("tailscale")
return &res, nil
}