rushnotes: switch off debug

This commit is contained in:
gimick 2011-02-05 16:42:04 +00:00
parent c15b8c7c64
commit f9ff62cf9a

View File

@ -34,7 +34,7 @@ The existing notes file will be altered by this function
#debugmode will write logfiles for the __init__ and update_data methods
# writes into ./pyfpdb/~Rushdebug.*
#
debugmode = True
debugmode = False
# Standard Library modules
import os