changeset 420:f173771c85a8

Disable DEBUG.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 23:06:09 +0200
parents add81f2b747e
children a804a9489d32
files gamelib/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Aug 28 23:01:30 2010 +0200
+++ b/gamelib/constants.py	Sat Aug 28 23:06:09 2010 +0200
@@ -13,6 +13,6 @@
 # Animation frame rate
 FRAME_RATE = 25
 
-DEBUG = True
+DEBUG = False
 
 ENTER, LEAVE = 1, 2