* src/FamilyView.py: remove debug statement

* src/PeopleModel.py: abandon the attempt to use TreeFilter
* src/PeopleView.py: abandon the attempt to use TreeFilter


svn: r3792
This commit is contained in:
Don Allingham
2004-12-09 23:38:43 +00:00
parent 4a948c6178
commit 5c1f204a1c
4 changed files with 61 additions and 80 deletions

View File

@ -960,7 +960,6 @@ class FamilyView:
flist = {}
print splist
for f in splist:
fm = self.parent.db.get_family_from_handle(f)
if not fm: