Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 802d4c5

Browse files
committed
disable debug
1 parent 62ad3b0 commit 802d4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VAIIYA terminal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,10 @@ def VRRALSA_COMMAND_PANEL():
633633

634634
#BELOW IS THE DEBUG COMMANDLINE ENABLE, SET TO TRUE FOR IT TO WORK. FALSE FOR RELEASE
635635
def DEBUG_ENABLE():
636-
return True
636+
return False
637637

638638
def DEBUG_STARTUP_DISABLE():
639-
return True
639+
return False
640640

641641
def STARTUP_DEBUG_CHECK():
642642
if DEBUG_STARTUP_DISABLE() == False:

0 commit comments

Comments
 (0)