diff --git a/pkg/sync/syncer.go b/pkg/sync/syncer.go index c3cb9c6..c7f4d6d 100644 --- a/pkg/sync/syncer.go +++ b/pkg/sync/syncer.go @@ -107,7 +107,6 @@ func (s *SyncerImpl) Sync(meshId string) error { logging.Log.WriteInfof("SYNC COUNT: %d", s.syncCount) s.infectionCount = ((s.conf.InfectionCount + s.infectionCount - 1) % s.conf.InfectionCount) - return nil }