Commit eca6ea0b by Demid Merzlyakov

Removed unused code.

parent 80a15f6b
......@@ -44,15 +44,5 @@ class LocationCellFactory: CellFactoryProtocol {
extension LocationCellFactory: CityCellDelegate {
func didSelect(location: PartialLocation) {
locationsViewModel.select(city: location)
#warning("TODO Flurry analytics")
// if strongSelf.openedFromOnboarding {
// if displayModeOnCreation == .popularCities {
// analytics(log: .ANALYTICS_FTUE_SEARCH_POPULAR)
// }
// else {
//
// analytics(log: .ANALYTICS_FTUE_SEARCH_ADD)
// }
// }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment