Remove debugging output

svn: r8666
This commit is contained in:
Alex Roitman 2007-06-25 16:12:24 +00:00
parent 47bd113d2d
commit 37ee59aff7
2 changed files with 0 additions and 2 deletions

View File

@ -1478,7 +1478,6 @@ class GrampsDBDir(GrampsDbBase,UpdateCallback):
Commits the specified object to the database, storing the changes Commits the specified object to the database, storing the changes
as part of the transaction. as part of the transaction.
""" """
print "There"
if self.readonly or not obj or not obj.handle: if self.readonly or not obj or not obj.handle:
return return

View File

@ -426,7 +426,6 @@ class GrampsDbBase(GrampsDBCallback):
Commits the specified Person to the database, storing the changes Commits the specified Person to the database, storing the changes
as part of the transaction. as part of the transaction.
""" """
print "HERE"
if self.readonly or not obj or not obj.handle: if self.readonly or not obj or not obj.handle:
return return