Skip to content

Commit

Permalink
removes spew
Browse files Browse the repository at this point in the history
  • Loading branch information
vmogilev committed Jan 24, 2024
1 parent f0f4107 commit c88e222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go/vt/vttablet/tabletmanager/rpc_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"strings"
"time"

"github.com/davecgh/go-spew/spew"
"vitess.io/vitess/go/vt/proto/vtrpc"

"vitess.io/vitess/go/mysql"
Expand Down Expand Up @@ -703,7 +702,7 @@ func (tm *TabletManager) setReplicationSourceRepairReplication(ctx context.Conte
return err
}

log.Infof("slack-debug: calling tm.TopoServer.LockShard ctx=%s", spew.Sdump(ctx))
log.Infof("slack-debug: calling tm.TopoServer.LockShard")
ctx, unlock, lockErr := tm.TopoServer.LockShard(ctx, parent.Tablet.GetKeyspace(), parent.Tablet.GetShard(), fmt.Sprintf("repairReplication to %v as parent)", topoproto.TabletAliasString(parentAlias)))
if lockErr != nil {
return lockErr
Expand Down

0 comments on commit c88e222

Please sign in to comment.