[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - index.py:1.13
Anthony Baxter
anthony@interlink.com.au
Sun, 13 Jul 2003 04:30:38 -0400
Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv20654/src/zope/app/index/text
Modified Files:
index.py
Log Message:
some missed bits from last checkin. (couple of prints)
=== Zope3/src/zope/app/index/text/index.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/index/text/index.py:1.12 Sun Jul 13 04:23:16 2003
+++ Zope3/src/zope/app/index/text/index.py Sun Jul 13 04:30:03 2003
@@ -55,7 +55,6 @@
notify = ContextMethod(notify)
def _getTexts(wrapped_self, object):
- print "Getting ISearchableText interface for object " + str(object)
adapted = queryAdapter(object, ISearchableText, context=wrapped_self)
if adapted is None:
return None