[Zope3-checkins] CVS: Zope3/src/zope/tal - htmltalparser.py:1.4.34.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 20 17:16:41 EDT 2003


Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv19974/src/zope/tal

Modified Files:
      Tag: srichter-inlinepython-branch
	htmltalparser.py 
Log Message:
remove debug print.


=== Zope3/src/zope/tal/htmltalparser.py 1.4.34.1 => 1.4.34.2 ===
--- Zope3/src/zope/tal/htmltalparser.py:1.4.34.1	Wed Aug 20 16:16:17 2003
+++ Zope3/src/zope/tal/htmltalparser.py	Wed Aug 20 16:16:40 2003
@@ -146,7 +146,6 @@
             raise TALError(
                 "empty HTML tags cannot use tal:content: %s" % `tag`,
                 self.getpos())
-        print tag, attrlist, taldict, metaldict, i18ndict
         # Support for inline Python code.
         if tag == 'script':
             lang_attr = filter(lambda a: a[0] == 'lang', attrlist)




More information about the Zope3-Checkins mailing list