Removed more debugging statements
svn: r224
This commit is contained in:
parent
81f3f03c40
commit
2a4149b561
@ -651,29 +651,18 @@ class GrampsParser(handler.ContentHandler):
|
|||||||
|
|
||||||
if self.address:
|
if self.address:
|
||||||
self.address.setNote(note)
|
self.address.setNote(note)
|
||||||
print "Address"
|
|
||||||
elif self.attribute:
|
elif self.attribute:
|
||||||
self.attribute.setNote(note)
|
self.attribute.setNote(note)
|
||||||
print "Attribute"
|
|
||||||
elif self.name:
|
elif self.name:
|
||||||
self.name.setNote(note)
|
self.name.setNote(note)
|
||||||
print "Name"
|
|
||||||
elif self.source:
|
elif self.source:
|
||||||
self.source.setNote(note)
|
self.source.setNote(note)
|
||||||
print "source"
|
|
||||||
elif self.event:
|
elif self.event:
|
||||||
self.event.setNote(note)
|
self.event.setNote(note)
|
||||||
print "event"
|
|
||||||
elif self.person:
|
elif self.person:
|
||||||
print self.person.getPrimaryName().getName()
|
|
||||||
print "-------------------------------------"
|
|
||||||
print note
|
|
||||||
self.person.setNote(note)
|
self.person.setNote(note)
|
||||||
elif self.family:
|
elif self.family:
|
||||||
self.family.setNote(note)
|
self.family.setNote(note)
|
||||||
print "Family"
|
|
||||||
else:
|
|
||||||
print "Ignored"
|
|
||||||
self.note_list = []
|
self.note_list = []
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user