Skip to content

Commit

Permalink
[DEL] 필요없는 주석 제거 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalswo2 committed Nov 12, 2023
1 parent 565c160 commit a375765
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,24 +142,3 @@ private extension TodayViewController {
self.navigator.todayArticleTapped(articleID: todayArticleID)
}
}

//extension TodayViewController: ViewControllerServiceable {
// func handleError(_ error: NetworkError) {
// switch error {
// case .urlEncodingError:
// LHToast.show(message: "URL인코딩오류입니다", isTabBar: true)
// case .jsonDecodingError:
// LHToast.show(message: "Json디코딩오류입니다", isTabBar: true)
// case .badCasting:
// LHToast.show(message: "배드퀘스트", isTabBar: true)
// case .fetchImageError:
// LHToast.show(message: "이미지패치실패", isTabBar: true)
// case .unAuthorizedError:
// self.navigator.checkTokenIsExpired()
// case .clientError(_, let message):
// LHToast.show(message: message, isTabBar: true)
// case .serverError:
// LHToast.show(message: error.description, isTabBar: true)
// }
// }
//}

0 comments on commit a375765

Please sign in to comment.