Skip to content

Commit a245aa1

Browse files
committed
remove FeatureFlag from InsightsTableViewController
1 parent 3fc0c62 commit a245aa1

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

WordPress/Classes/ViewRelated/Stats/Insights/SiteStatsInsightsTableViewController.swift

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -172,28 +172,6 @@ private extension SiteStatsInsightsTableViewController {
172172
}
173173

174174
func tableRowTypes() -> [ImmuTableRow.Type] {
175-
if FeatureFlag.statsNewInsights.enabled {
176-
return [InsightCellHeaderRow.self,
177-
ViewsVisitorsRow.self,
178-
GrowAudienceRow.self,
179-
CustomizeInsightsRow.self,
180-
LatestPostSummaryRow.self,
181-
TwoColumnStatsRow.self,
182-
PostingActivityRow.self,
183-
TabbedTotalsStatsRow.self,
184-
TopTotalsInsightStatsRow.self,
185-
MostPopularTimeInsightStatsRow.self,
186-
TotalInsightStatsRow.self,
187-
TableFooterRow.self,
188-
StatsErrorRow.self,
189-
StatsGhostGrowAudienceImmutableRow.self,
190-
StatsGhostChartImmutableRow.self,
191-
StatsGhostTwoColumnImmutableRow.self,
192-
StatsGhostTopImmutableRow.self,
193-
StatsGhostTabbedImmutableRow.self,
194-
StatsGhostPostingActivitiesImmutableRow.self]
195-
}
196-
197175
return [InsightCellHeaderRow.self,
198176
ViewsVisitorsRow.self,
199177
GrowAudienceRow.self,

0 commit comments

Comments
 (0)