From b3a4ced28d039ef8998297fa015d7d8de9260e08 Mon Sep 17 00:00:00 2001 From: lightheel Date: Mon, 4 Aug 2025 10:48:06 -0400 Subject: [PATCH] Commented out crit bar progress to stop log noise. --- .../com/github/nacabaro/vbhelper/battle/ArenaBattleSystem.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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