From 443d8ebb2c73b9739c729ff40401aeff83d56016 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 4 Oct 2017 00:06:17 -0700 Subject: [PATCH] remove this debugging dep --- internal/tun2/server.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/tun2/server.go b/internal/tun2/server.go index 3b92180..c131d3c 100644 --- a/internal/tun2/server.go +++ b/internal/tun2/server.go @@ -17,7 +17,6 @@ import ( "github.com/Xe/ln" failure "github.com/dgryski/go-failure" - "github.com/kr/pretty" "github.com/mtneug/pkg/ulid" cmap "github.com/streamrail/concurrent-map" "github.com/xtaci/smux" @@ -218,7 +217,6 @@ func (s *Server) backendAuthv1(ctx context.Context, st io.Reader) (string, *Auth f["stage"] = "checking domain" ln.Log(ctx, f) - pretty.Println(s.cfg.Storage) routeUser, err := s.cfg.Storage.HasRoute(auth.Domain) if err != nil { ln.Error(ctx, err, f)