Disable pyfa debug flag

This commit is contained in:
HomeWorld
2012-03-19 20:15:57 +02:00
parent 92f416abe5
commit 94c87460ce

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