From 173fb84f0721fd2cb955518e08687e7fc8857643 Mon Sep 17 00:00:00 2001 From: Lief9100 Date: Fri, 24 Apr 2020 19:59:06 -0700 Subject: [PATCH] turned off debug --- triple-dungeon/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triple-dungeon/config.py b/triple-dungeon/config.py index db74317..7eb7327 100644 --- a/triple-dungeon/config.py +++ b/triple-dungeon/config.py @@ -51,7 +51,7 @@ class Config(object): TOP_VIEWPORT_MARGIN = 350 # All debug statements and renderings should use this - DEBUG = True + DEBUG = False # Monster Count to be spawned MONSTER_COUNT = 8