tun2: remove more debugging logging code

This commit is contained in:
Cadey Ratio 2017-10-04 01:16:59 -07:00
parent 30f7f4636e
commit 47ba6d6abe
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ func (s *Server) backendAuthv1(ctx context.Context, st io.Reader) (string, *Auth
}
f["stage"] = "json decoding"
ln.Log(ctx, f)
d := json.NewDecoder(st)
var auth Auth