From b14a9d210d3a6b8a788fa5026133e0d24c5f6277 Mon Sep 17 00:00:00 2001 From: Stefano Scafiti Date: Mon, 22 Apr 2024 12:51:25 +0200 Subject: [PATCH] remove debug --- pkg/replication/replicator.go | 1 - 1 file changed, 1 deletion(-) 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 }