Skip to content

Commit 8fd26d7

Browse files
committed
Remove comment lines
1 parent dfea323 commit 8fd26d7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

splitio/proxy/storage/rulebasedsegments.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ func (p *ProxyRuleBasedSegmentsStorageImpl) ChangesSince(since int64) (*dtos.Rul
103103
all = append(all, *rbSegments)
104104
}
105105
return &dtos.RuleBasedSegmentsDTO{Since: since, Till: till, RuleBasedSegments: all}, nil
106-
107-
// if since > -1 {
108-
// return &dtos.RuleBasedSegmentsDTO{Since: since, Till: since, RuleBasedSegments: []dtos.RuleBasedSegmentDTO{}}, nil
109-
// }
110-
// cn, _ := p.snapshot.ChangeNumber()
111-
// return &dtos.RuleBasedSegmentsDTO{Since: since, Till: cn, RuleBasedSegments: p.snapshot.All()}, nil
112106
}
113107

114108
// All call is forwarded to the snapshot

0 commit comments

Comments
 (0)