Skip to content

Commit

Permalink
Remove duplicate annotations in tutorial4-completed (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Zhao authored and sbarow committed May 12, 2018
1 parent d5e1768 commit d9ebbab
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -55,8 +55,6 @@ final class RootInteractor: PresentableInteractor<RootPresentable>, RootInteract

// MARK: - LoggedOutListener

// MARK: - LoggedOutListener

func didLogin(withPlayer1Name player1Name: String, player2Name: String) {
let loggedInActionableItem = router?.routeToLoggedIn(withPlayer1Name: player1Name, player2Name: player2Name)
if let loggedInActionableItem = loggedInActionableItem {
Expand Down

0 comments on commit d9ebbab

Please sign in to comment.