Skip to content

Commit

Permalink
[FIX/#28] Timber 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Jul 30, 2024
1 parent 38ef0be commit 4c142ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -116,7 +115,6 @@ class RhythmFragment : BaseFragment<FragmentRhythmBinding>(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()
}
Expand Down

0 comments on commit 4c142ed

Please sign in to comment.