Disable DEBUG mode

This commit is contained in:
Jeremy Gardais 2018-05-28 16:33:20 +02:00
parent 764b9e6c94
commit 4123be0626
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
SUCCESS=0
ERROR=1
DEBUG=0
DEBUG=1
# Functions {{{
## GetDefaultUser {{{