From 94c87460ce22cb435f4e45b6f95ed2c3318779ff Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Mon, 19 Mar 2012 20:15:57 +0200 Subject: [PATCH] Disable pyfa debug flag --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 2755a0a8d..662231c50 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