remove this debugging dep
This commit is contained in:
parent
b0828f4458
commit
443d8ebb2c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue