Skip to content

Commit 4ee0f6a

Browse files
committed
[#90] 코드 정리
1 parent 7f2419e commit 4ee0f6a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

EATSSU_MVC/EATSSU_MVC/Sources/Presentation/Home/ViewController/HomeViewController.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,11 @@ final class HomeViewController: BaseViewController {
126126
}
127127
present(loginPromptVC, animated: true, completion: nil)
128128
}
129-
130-
131-
132-
133-
129+
134130
// showAlertControllerWithCancel(title: "로그인이 필요한 서비스입니다", message: "로그인 하시겠습니까?", confirmStyle: .default) {
135131
// self.changeIntoLoginViewController()
136132
// }
137133

138-
139134
}
140135
}
141136

0 commit comments

Comments
 (0)