Skip to content

Commit 316f2d0

Browse files
author
Richard Jones
committed
crap
1 parent 5149956 commit 316f2d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

roundup/htmltemplate.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: htmltemplate.py,v 1.92.2.1 2002-07-10 07:21:18 richard Exp $
18+
# $Id: htmltemplate.py,v 1.92.2.2 2002-07-10 07:23:00 richard Exp $
1919

2020
__doc__ = """
2121
Template engine.
@@ -146,7 +146,6 @@ def determine_value(self, property):
146146
return []
147147
return value
148148
elif self.filterspec is not None:
149-
print self.filterspec
150149
if isinstance(propclass, hyperdb.Multilink):
151150
return self.filterspec.get(property, [])
152151
else:
@@ -1199,6 +1198,9 @@ def render(self, form):
11991198

12001199
#
12011200
# $Log: not supported by cvs2svn $
1201+
# Revision 1.92.2.1 2002/07/10 07:21:18 richard
1202+
# . #516854 ] "My Issues" and redisplay (no, really, this time for sure)
1203+
#
12021204
# Revision 1.92 2002/06/11 04:57:04 richard
12031205
# Added optional additional property to display in a Multilink form menu.
12041206
#

0 commit comments

Comments
 (0)