From f9ff62cf9ab365e87b0332c54b6513d446841d79 Mon Sep 17 00:00:00 2001 From: gimick Date: Sat, 5 Feb 2011 16:42:04 +0000 Subject: [PATCH] rushnotes: switch off debug --- pyfpdb/RushNotesAux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/RushNotesAux.py b/pyfpdb/RushNotesAux.py index b9fb91ad..fcc82dd4 100644 --- a/pyfpdb/RushNotesAux.py +++ b/pyfpdb/RushNotesAux.py @@ -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