OSDN Git Service

無意味なコメントアウトを削除
authormasakih <masakih@users.sourceforge.jp>
Mon, 27 Mar 2017 13:22:28 +0000 (22:22 +0900)
committermasakih <masakih@users.sourceforge.jp>
Mon, 27 Mar 2017 13:22:28 +0000 (22:22 +0900)
KCD/StrengthenListViewController.swift

index 495fc6c..5a0c4f4 100644 (file)
@@ -163,7 +163,6 @@ class StrengthenListViewController: MainTabVIewItemViewController {
             .map { $0.identifier }
             .unique()
             .map { identifier in equipmentStrengthenList.filter { $0.identifier == identifier } }
-//            .flatMap { $0.first?.replace(weekday: 10, secondsShipNames: packSecondShipName($0)) }
             .flatMap { $0.first?.replace(secondsShipNames: packSecondShipName($0)) }
     }
 }