Remove some (apparently) leftover debug testing
svn: r16668
This commit is contained in:
parent
f1caa8e82f
commit
7cc9dc6e00
@ -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("")
|
||||||
|
Loading…
Reference in New Issue
Block a user