[Zope-Checkins] CVS: Zope2 - User.py:1.145.8.2
Andreas Jung
andreas@dhcp165.digicool.com
Thu, 19 Apr 2001 07:52:50 -0400
Update of /cvs-repository/Zope2/lib/python/AccessControl
In directory yetix:/work/sandboxes/ajung-2_4-ts_regex-exterminiation-branch/lib/python/AccessControl
Modified Files:
Tag: ajung-2_4-ts_regex-exterminiation-branch
User.py
Log Message:
removed debug print
--- Updated File User.py in package Zope2 --
--- User.py 2001/04/19 11:37:24 1.145.8.1
+++ User.py 2001/04/19 11:52:48 1.145.8.2
@@ -1013,7 +1013,6 @@
try: addr=socket.gethostbyname(host)
except: pass
- print spec,host,addr
_host=split(host, '.')
_addr=split(addr, '.')