Skip to content

Commit

Permalink
chore: 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Aug 4, 2024
1 parent 0425efb commit 2aa2f58
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.happy.friendogly.presentation.ui.petdetail

import android.util.Log
import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.SavedStateHandle
Expand Down Expand Up @@ -51,7 +50,6 @@ class PetDetailViewModel(
}

fun navigateToBack() {
Log.d("ttt", "hihi")
_navigateAction.emit(PetProfileNavigationAction.NavigateToBack)
}

Expand Down

0 comments on commit 2aa2f58

Please sign in to comment.