From 7762bb365f28a6317fea05baafe8776fb901f82e Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 2 Dec 2014 02:45:46 -0500 Subject: [PATCH] Set debug back to False --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index db7c21167..495bc7fe6 100644 --- a/config.py +++ b/config.py @@ -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