cmd/tailscale/main: remove debugging comment (#175)

Updates #cleanup

Signed-off-by: kari-ts <kari@tailscale.com>
pull/173/head
kari-ts 3 months ago committed by GitHub
parent bf9be063d7
commit 89e160bd08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -457,7 +457,6 @@ func (a *App) runBackend(ctx context.Context) error {
state.Prefs.ExitNodeAllowLANAccess = bool(e)
go b.backend.SetPrefs(state.Prefs)
case WebAuthEvent:
log.Printf("KARI WEBAUTHEVENT")
if !signingIn {
go a.login(ctx)
signingIn = true

Loading…
Cancel
Save