[Zapp-cvs-commit] ZApp ZApp_CMFBase.py,1.14,1.15
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-08-08 02:47:57
|
Update of /cvsroot/zapp/ZApp
In directory sc8-pr-cvs1:/tmp/cvs-serv28722
Modified Files:
ZApp_CMFBase.py
Log Message:
comment out some debugging 'print' statements..
Index: ZApp_CMFBase.py
===================================================================
RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ZApp_CMFBase.py 7 Aug 2003 17:28:14 -0000 1.14
--- ZApp_CMFBase.py 8 Aug 2003 02:47:54 -0000 1.15
***************
*** 86,90 ****
#for action in actions:
#if action.getId() ==
! print "in notify copy.. "
copyID = '_v_' + self.id + 'copyXML'
setattr(container, copyID, self.safeMiscData.getXMLDict())
--- 86,90 ----
#for action in actions:
#if action.getId() ==
! #print "in notify copy.. "
copyID = '_v_' + self.id + 'copyXML'
setattr(container, copyID, self.safeMiscData.getXMLDict())
***************
*** 93,97 ****
""" restore XML from volitile attribute.. """
! print "in manage_afterAdd", self.id
PortalContent.manage_afterAdd(self, item, container)
ZApp_Base.manage_afterAdd(self, item, container)
--- 93,97 ----
""" restore XML from volitile attribute.. """
! #print "in manage_afterAdd", self.id
PortalContent.manage_afterAdd(self, item, container)
ZApp_Base.manage_afterAdd(self, item, container)
|