From 690daa1783a65a054daa60ddfdbf34da40579f47 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 17 Apr 2010 00:48:24 +0000 Subject: [PATCH] Removed unnecessary return svn: r15173 --- src/plugins/webreport/NarrativeWeb.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index e4bec3c3a..ed25bfd77 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -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 ...