diff --git a/src/GrampsDb/_GrampsDBDir.py b/src/GrampsDb/_GrampsDBDir.py index 94de3e515..fc3c8515b 100644 --- a/src/GrampsDb/_GrampsDBDir.py +++ b/src/GrampsDb/_GrampsDBDir.py @@ -1478,7 +1478,6 @@ class GrampsDBDir(GrampsDbBase,UpdateCallback): Commits the specified object to the database, storing the changes as part of the transaction. """ - print "There" if self.readonly or not obj or not obj.handle: return diff --git a/src/GrampsDb/_GrampsDbBase.py b/src/GrampsDb/_GrampsDbBase.py index ed2e556b2..af080b251 100644 --- a/src/GrampsDb/_GrampsDbBase.py +++ b/src/GrampsDb/_GrampsDbBase.py @@ -426,7 +426,6 @@ class GrampsDbBase(GrampsDBCallback): Commits the specified Person to the database, storing the changes as part of the transaction. """ - print "HERE" if self.readonly or not obj or not obj.handle: return