diff --git a/feature/profile/src/main/java/com/teamwable/profile/ProfileDeleteReasonFragment.kt b/feature/profile/src/main/java/com/teamwable/profile/ProfileDeleteReasonFragment.kt index b3aea8aa..59dfde2f 100644 --- a/feature/profile/src/main/java/com/teamwable/profile/ProfileDeleteReasonFragment.kt +++ b/feature/profile/src/main/java/com/teamwable/profile/ProfileDeleteReasonFragment.kt @@ -3,7 +3,6 @@ package com.teamwable.profile import androidx.navigation.fragment.findNavController import com.teamwable.profile.databinding.FragmentProfileDeleteReasonBinding import com.teamwable.ui.base.BindingFragment -import timber.log.Timber class ProfileDeleteReasonFragment : BindingFragment(FragmentProfileDeleteReasonBinding::inflate) { private val checkBoxList by lazy { @@ -27,6 +26,11 @@ class ProfileDeleteReasonFragment : BindingFragment checkBox.setOnCheckedChangeListener { _, _ -> - Timber.tag("dd").d("바뀜") updateButtonState() } }