diff --git a/go/vt/vttablet/tabletmanager/rpc_replication.go b/go/vt/vttablet/tabletmanager/rpc_replication.go index a4535678273..1b5dc22348d 100644 --- a/go/vt/vttablet/tabletmanager/rpc_replication.go +++ b/go/vt/vttablet/tabletmanager/rpc_replication.go @@ -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" @@ -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