Skip to content

Commit

Permalink
remove unnecessary todo
Browse files Browse the repository at this point in the history
;
  • Loading branch information
mredolatti committed Nov 11, 2023
1 parent 12fd3b0 commit 76010ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splitio/proxy/initialization.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func Start(logger logging.LoggerInterface, cfg *pconf.Main) error {
splitAPI := api.NewSplitAPI(cfg.Apikey, *advanced, logger, metadata)

// Proxy storages already implement the observable interface, so no need to wrap them
// TODO(mredolatti): add a config for flagsets and build it properly here
splitStorage := storage.NewProxySplitStorage(dbInstance, logger, flagsets.NewFlagSetFilter(cfg.FlagSetsFilter), cfg.Initialization.Snapshot != "")
segmentStorage := storage.NewProxySegmentStorage(dbInstance, logger, cfg.Initialization.Snapshot != "")

Expand Down

0 comments on commit 76010ef

Please sign in to comment.