remove this debugging dep

This commit is contained in:
Cadey Ratio 2017-10-04 00:06:17 -07:00
parent b0828f4458
commit 443d8ebb2c
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
1 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ import (
"github.com/Xe/ln" "github.com/Xe/ln"
failure "github.com/dgryski/go-failure" failure "github.com/dgryski/go-failure"
"github.com/kr/pretty"
"github.com/mtneug/pkg/ulid" "github.com/mtneug/pkg/ulid"
cmap "github.com/streamrail/concurrent-map" cmap "github.com/streamrail/concurrent-map"
"github.com/xtaci/smux" "github.com/xtaci/smux"
@ -218,7 +217,6 @@ func (s *Server) backendAuthv1(ctx context.Context, st io.Reader) (string, *Auth
f["stage"] = "checking domain" f["stage"] = "checking domain"
ln.Log(ctx, f) ln.Log(ctx, f)
pretty.Println(s.cfg.Storage)
routeUser, err := s.cfg.Storage.HasRoute(auth.Domain) routeUser, err := s.cfg.Storage.HasRoute(auth.Domain)
if err != nil { if err != nil {
ln.Error(ctx, err, f) ln.Error(ctx, err, f)