Remove debugging output
svn: r8666
This commit is contained in:
parent
47bd113d2d
commit
37ee59aff7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user