Disable DEBUG for now

This commit is contained in:
Chris Jones 2010-01-11 10:10:19 +00:00
parent 47453ac40d
commit b8aac8874a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import os
import pwd import pwd
# set this to true to enable debugging output # set this to true to enable debugging output
DEBUG = True DEBUG = False
def dbg(log = ""): def dbg(log = ""):
"""Print a message if debugging is enabled""" """Print a message if debugging is enabled"""