Set debug back to False

This commit is contained in:
blitzmann
2014-12-02 02:45:46 -05:00
parent dfec7d8fa2
commit 7762bb365f

View File

@@ -8,7 +8,7 @@ except ImportError:
configforced = None
# Turns on debug mode
debug = True
debug = False
# Defines if our saveddata will be in pyfa root or not
saveInRoot = False