[Zope-Checkins] CVS: Zope/lib/python/OFS - PropertyManager.py:1.46.6.5
Casey Duncan
casey@zope.com
Fri, 2 May 2003 17:13:55 -0400
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv21823/OFS
Modified Files:
Tag: Zope-2_6-branch
PropertyManager.py
Log Message:
Remove debug code
=== Zope/lib/python/OFS/PropertyManager.py 1.46.6.4 => 1.46.6.5 ===
--- Zope/lib/python/OFS/PropertyManager.py:1.46.6.4 Fri May 2 17:08:52 2003
+++ Zope/lib/python/OFS/PropertyManager.py Fri May 2 17:13:55 2003
@@ -194,7 +194,6 @@
proptype=self.getPropertyType(id) or 'string'
if type_converters.has_key(proptype):
value=type_converters[proptype](value)
- print id, `value`
self._setPropValue(id, value)
def _delProperty(self, id):