We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2f2f8 commit 24dfdf7Copy full SHA for 24dfdf7
roundup/cgi/templating.py
@@ -501,7 +501,6 @@ def __repr__(self):
501
def __getitem__(self, item):
502
""" return an HTMLProperty instance
503
"""
504
- #print 'HTMLClass.getitem', (self, item)
505
506
# we don't exist
507
if item == 'id':
@@ -790,7 +789,6 @@ def __getitem__(self, item):
790
789
this now can handle transitive lookups where item is of the
791
form x.y.z
792
793
- #print 'HTMLItem.getitem', (self, item)
794
795
return self._nodeid
796
0 commit comments