diff --git a/app/src/main/java/com/github/nacabaro/vbhelper/battle/ArenaBattleSystem.kt b/app/src/main/java/com/github/nacabaro/vbhelper/battle/ArenaBattleSystem.kt index 2c3fc37..fa8d84e 100644 --- a/app/src/main/java/com/github/nacabaro/vbhelper/battle/ArenaBattleSystem.kt +++ b/app/src/main/java/com/github/nacabaro/vbhelper/battle/ArenaBattleSystem.kt @@ -129,6 +129,6 @@ class ArenaBattleSystem { fun updateCritBarProgress(progress: Int) { _critBarProgress = progress - Log.d(TAG, "Updated crit bar progress: $progress") + //Log.d(TAG, "Updated crit bar progress: $progress") } } \ No newline at end of file