Removed unnecessary return

svn: r15173
This commit is contained in:
Doug Blank 2010-04-17 00:48:24 +00:00
parent 8564556ddd
commit 690daa1783

View File

@ -4528,9 +4528,6 @@ class IndividualPage(BasePage):
)
table += trow
# return table to its caller
return table
def pedigree_person(self, person):
"""
will produce a hyperlink for a pedigree person ...