tun2: remove more debugging logging code
This commit is contained in:
parent
30f7f4636e
commit
47ba6d6abe
|
@ -210,7 +210,6 @@ func (s *Server) backendAuthv1(ctx context.Context, st io.Reader) (string, *Auth
|
||||||
}
|
}
|
||||||
|
|
||||||
f["stage"] = "json decoding"
|
f["stage"] = "json decoding"
|
||||||
ln.Log(ctx, f)
|
|
||||||
|
|
||||||
d := json.NewDecoder(st)
|
d := json.NewDecoder(st)
|
||||||
var auth Auth
|
var auth Auth
|
||||||
|
|
Loading…
Reference in New Issue