removed 'TEST' debug text left in previous commit

svn: r11842
This commit is contained in:
Stéphane Charette 2009-02-04 08:45:21 +00:00
parent 7d9d27b22d
commit fae629c013

View File

@ -661,7 +661,7 @@ class BasePage:
cmp = locale.strcoll)
for (path, name, gid) in sortlist:
of.write('\t\t\t<li>TEST ')
of.write('\t\t\t<li>')
# Note. 'path' already has a filename extension
url = self.report.build_url_fname(path, None, self.up)
self.person_link(of, url, name, gid)