Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
vmogilev committed Jan 11, 2024
1 parent 79fb085 commit 3656c04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go/vt/vttablet/tabletmanager/replmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"sync"
"time"

"github.com/davecgh/go-spew/spew"
"vitess.io/vitess/go/mysql"
"vitess.io/vitess/go/timer"
"vitess.io/vitess/go/vt/log"
Expand Down Expand Up @@ -120,7 +119,7 @@ func (rm *replManager) checkActionLocked() {
}
}

log.Infof("vm-debug: replManager=%s", spew.Sdump(rm))
log.Infof("vm-debug: rm.failed=%v", rm.failed)
if !rm.failed {
log.Infof("Replication is stopped, reconnecting to primary.")
}
Expand Down

0 comments on commit 3656c04

Please sign in to comment.