[Zope3-checkins] CVS: Zope3/src/zope/app/publication - zopepublication.py:1.17
Steve Alexander
steve@cat-box.net
Mon, 24 Feb 2003 10:22:53 -0500
Update of /cvs-repository/Zope3/src/zope/app/publication
In directory cvs.zope.org:/tmp/cvs-serv21327/src/zope/app/publication
Modified Files:
zopepublication.py
Log Message:
Removed old comment that no longer applies.
=== Zope3/src/zope/app/publication/zopepublication.py 1.16 => 1.17 ===
--- Zope3/src/zope/app/publication/zopepublication.py:1.16 Tue Feb 11 21:17:26 2003
+++ Zope3/src/zope/app/publication/zopepublication.py Mon Feb 24 10:22:53 2003
@@ -255,8 +255,6 @@
# exception
try:
adapter = getAdapter(exception, IExceptionSideEffects)
- # view_presented is None if no view was presented, or the name
- # of the view, if it was.
# Although request is passed in here, it should be considered
# read-only.
adapter(object, request, exc_info)