From a2f1e25575f6812d32df1a7271f02c17c65fb598 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 23 Jun 2007 01:35:13 +0000 Subject: [PATCH] Update svn: r8631 --- src/GrampsDb/_GrampsGEDDB.py | 2 +- src/GrampsDb/_GrampsXMLDB.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/GrampsDb/_GrampsGEDDB.py b/src/GrampsDb/_GrampsGEDDB.py index 16b773e0f..c8fc48933 100644 --- a/src/GrampsDb/_GrampsGEDDB.py +++ b/src/GrampsDb/_GrampsGEDDB.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2006 Donald N. Allingham +# Copyright (C) 2000-2007 Donald N. Allingham # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/GrampsDb/_GrampsXMLDB.py b/src/GrampsDb/_GrampsXMLDB.py index 8681084d5..db121037e 100644 --- a/src/GrampsDb/_GrampsXMLDB.py +++ b/src/GrampsDb/_GrampsXMLDB.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2006 Donald N. Allingham +# Copyright (C) 2000-2007 Donald N. Allingham # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -77,7 +77,6 @@ class GrampsXMLDB(GrampsInMemDB): return if (not self.readonly) and ((len(self.undodb)>0) or not self.abort_possible): - print self.abort_possible, len(self.undodb) quick_write(self,self.full_name) self.db_is_open = False GrampsInMemDB.close(self)