Skip to content

Commit

Permalink
[Chore/#79] 로그 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoncheong committed Jul 18, 2023
1 parent d5e2698 commit 5e0948f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LoginRepositoryImpl(
runCatching {
loginRemoteDataSource.postLogin(loginRequestDto)
}.onSuccess {
Log.e("yeonjin", "Impl login 실패")
Log.e("yeonjin", "Impl login 성공")
}.onFailure {
Log.e("yeonjin", "Impl login 실패")
}
Expand Down

0 comments on commit 5e0948f

Please sign in to comment.