Skip to content

Commit

Permalink
Deactivate debug interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice committed Sep 3, 2024
1 parent da3f442 commit d429282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import android.util.Log
class GlobalDebugObject {
companion object {
@JvmStatic
val ENABLED = true
val ENABLED = false
@JvmStatic
val DO_PRINT = true
@JvmStatic
Expand Down

0 comments on commit d429282

Please sign in to comment.