Removed unnecessary return

svn: r15172
This commit is contained in:
Doug Blank 2010-04-17 00:47:53 +00:00
parent 8a16a9ac2f
commit b2d31be01a

View File

@ -4522,9 +4522,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 ...