CVS: Products/ParsedXML - ParsedXML.py:1.48
Martijn Faassen <[email protected]> Wed, 28 Apr 2004 11:01:24 -0400
| Newsgroups | gmane.comp.web.zope.parsed-xml |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs-repository/Products/ParsedXML
In directory cvs.zope.org:/tmp/cvs-serv14332
Modified Files:
ParsedXML.py
Log Message:
Oops, debug print statement removed.
=== Products/ParsedXML/ParsedXML.py 1.47 => 1.48 ===
--- Products/ParsedXML/ParsedXML.py:1.47 Wed Apr 28 10:55:08 2004
+++ Products/ParsedXML/ParsedXML.py Wed Apr 28 11:01:22 2004
@@ -110,7 +110,6 @@
RESPONSE.setHeader('Content-type', self.contentType)
data = self.ZCacheable_get(default = MARKER)
if data is not MARKER:
- print "getting it from the cache"
return data
# inherit from DOMIO
data = ParsedXML.inheritedAttribute('index_html')(self,