From 21ddb27d5121d56228d760557465f7e92f83fedf Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 26 Dec 2007 17:19:26 +0000 Subject: [PATCH] Comment out gadget saving for now svn: r9592 --- src/DataViews/_MyGrampsView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataViews/_MyGrampsView.py b/src/DataViews/_MyGrampsView.py index 4c57336a2..799bc78a1 100644 --- a/src/DataViews/_MyGrampsView.py +++ b/src/DataViews/_MyGrampsView.py @@ -45,7 +45,7 @@ AVAILABLE_GADGETS = [] GADGET_FILENAME = os.path.join(const.HOME_DIR,"gadgets.ini") NL = "\n" -debug = True +debug = False def register_gadget(data_dict): global AVAILABLE_GADGETS