diff --git a/pkg/replication/replicator.go b/pkg/replication/replicator.go index 18189e5ab6..470e25e7b8 100644 --- a/pkg/replication/replicator.go +++ b/pkg/replication/replicator.go @@ -288,7 +288,6 @@ func (txr *TxReplicator) connect() error { return err } if info.Version != version.Version { - fmt.Println("here") return ErrPrimaryServerVersionMismatch }