Remove some (apparently) leftover debug testing

svn: r16668
This commit is contained in:
Doug Blank 2011-02-18 23:12:09 +00:00
parent f1caa8e82f
commit 7cc9dc6e00

View File

@ -66,9 +66,6 @@ def run(database, document, filter_name, *args, **kwargs):
sdb = SimpleAccess(database) sdb = SimpleAccess(database)
sdoc = SimpleDoc(document) sdoc = SimpleDoc(document)
stab = SimpleTable(sdb) stab = SimpleTable(sdb)
print "Inverse Person"
filter_name = "Inverse Person"
if (filter_name == 'all'): if (filter_name == 'all'):
sdoc.title(_("Summary counts of current selection")) sdoc.title(_("Summary counts of current selection"))
sdoc.paragraph("") sdoc.paragraph("")