site replication: remove extraneous log for missing group (#18785)

This commit is contained in:
Poorna
2024-01-23 18:28:11 -08:00
committed by GitHub
parent 52229a21cb
commit e39e2306d6

View File

@@ -1298,7 +1298,7 @@ func (c *SiteReplicationSys) PeerGroupInfoChangeHandler(ctx context.Context, cha
}
}
}
if err != nil {
if err != nil && !errors.Is(err, errNoSuchGroup) {
return wrapSRErr(err)
}
return nil