diff --git a/presentation/src/main/java/com/kkkk/presentation/main/rhythm/RhythmFragment.kt b/presentation/src/main/java/com/kkkk/presentation/main/rhythm/RhythmFragment.kt index 4daa7b3..3d6ffcf 100644 --- a/presentation/src/main/java/com/kkkk/presentation/main/rhythm/RhythmFragment.kt +++ b/presentation/src/main/java/com/kkkk/presentation/main/rhythm/RhythmFragment.kt @@ -22,7 +22,6 @@ import kotlinx.coroutines.flow.launchIn import kotlinx.coroutines.flow.onEach import kr.genti.presentation.R import kr.genti.presentation.databinding.FragmentRhythmBinding -import timber.log.Timber import java.io.File import java.nio.file.Files @@ -116,7 +115,6 @@ class RhythmFragment : BaseFragment(R.layout.fragment_rhy ivRhythmBg.setImageResource(getResource("img_rhythm_bg_$color", DRAWABLE)) lottieRhythmBg.apply { setAnimation(getResource("stempo_rhythm_$color", RAW)) - Timber.tag("qqqq").d("${viewModel.bpm}, ${(viewModel.bpm / 120).toFloat()}") speed = viewModel.bpm / 120.00000000000F playAnimation() }