Commented out crit bar progress to stop log noise.

This commit is contained in:
lightheel 2025-08-04 10:48:06 -04:00
parent d7b10b1ae8
commit b3a4ced28d

View File

@ -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")
}
}