svn: r2932
This commit is contained in:
Alex Roitman
2004-02-29 01:19:20 +00:00
parent 915bf08e8b
commit 32371cf8bd
2 changed files with 0 additions and 4 deletions

View File

@ -2677,7 +2677,6 @@ class GrampsDB:
else:
person.set_id(val)
assert(person.get_id())
print "person.get_id():", person.get_id()
assert(person.get_id()[0] == 'I')
self.person_map.put(str(val), person.serialize())
self.pmap_index = self.pmap_index+1