Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ostafen committed Apr 22, 2024
1 parent dba3b88 commit b14a9d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/replication/replicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ func (txr *TxReplicator) connect() error {
return err
}
if info.Version != version.Version {
fmt.Println("here")
return ErrPrimaryServerVersionMismatch
}

Expand Down

0 comments on commit b14a9d2

Please sign in to comment.