Remove debugging output
svn: r8666
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user