Removed debugging statement

svn: r223
This commit is contained in:
Don Allingham 2001-07-04 05:37:30 +00:00
parent 24f930f171
commit 81f3f03c40

View File

@ -649,8 +649,6 @@ class GrampsParser(handler.ContentHandler):
else:
note = u2l(tag)
print note
if self.address:
self.address.setNote(note)
print "Address"