Skip to content

Commit 17df62c

Browse files
authored
Stats Traffic: Remove testing VC (#22618)
2 parents 910256e + aeba576 commit 17df62c

File tree

3 files changed

+1
-500
lines changed

3 files changed

+1
-500
lines changed

WordPress/Classes/ViewRelated/Stats/SiteStatsDashboardViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ private extension SiteStatsDashboardViewController {
274274
insightsTableViewController.refreshInsights()
275275
case .traffic:
276276
if previousSelectedPeriodWasInsights || pageViewControllerIsEmpty {
277-
let viewController = StatsTrafficBarChartMockVC()
278-
pageViewController?.setViewControllers([viewController],
277+
pageViewController?.setViewControllers([trafficTableViewController],
279278
direction: .forward,
280279
animated: false)
281280
}

0 commit comments

Comments
 (0)