diff gamelib/constants.py @ 420:f173771c85a8

Disable DEBUG.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 23:06:09 +0200
parents 48d24a48d0ce
children 43b49f1de828
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