dabo Commit
Revision 3315
Date: 2007-08-19 12:12:51 -0700 (Sun, 19 Aug 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3315
Changed:
U trunk/dabo/dApp.py
Log:
Removed debugging lines.
Diff:
Modified: trunk/dabo/dApp.py
===================================================================
--- trunk/dabo/dApp.py 2007-08-19 19:07:48 UTC (rev 3314)
+++ trunk/dabo/dApp.py 2007-08-19 19:12:51 UTC (rev 3315)
@@ -717,13 +717,10 @@
is no other transaction pending. If the bizobj gets the token,
further requests for the
token will receive a reply of False, meaning that they should
not be handling the transaction.
"""
- print "TOKEN REQUEST", biz
if self._transactionBizobj is None:
- print "TOKEN SET TO ", biz
self._transactionBizobj = biz
return True
else:
- print "TOKEN DENIED; holder=", self._transactionBizobj
return False
@@ -733,11 +730,8 @@
ensure that the releasing bizobj is the one currently holding
the token; if it is, the
internal attribute is reset.
"""
- print "APP RELEASE TOKEN FROM:", biz,
if biz is self._transactionBizobj:
self._transactionBizobj = None
- print "RELEASED",
- print ""
def setLanguage(self, lang, charset=None):
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]