Skip to content

Commit

Permalink
refactor: remove unnecessary debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Nov 29, 2023
1 parent daf2f96 commit d769163
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/engines/balancer/balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"log/slog"
"time"

"github.com/davecgh/go-spew/spew"

"github.com/cespare/xxhash/v2"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
Expand Down Expand Up @@ -74,7 +72,6 @@ func NewCheckEngineWithBalancer(
// Handle authentication if enabled
if authn != nil && authn.Enabled {
token, err := setupAuthn(ctx, authn)
spew.Dump(token)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit d769163

Please sign in to comment.