[Zope3-checkins] CVS: Zope3/lib/python/Zope/Server/FTP/tests - testFTPServer.py:1.8
Jeremy Hylton
jeremy@zope.com
Fri, 20 Dec 2002 18:52:52 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Server/FTP/tests
In directory cvs.zope.org:/tmp/cvs-serv13378
Modified Files:
testFTPServer.py
Log Message:
Remove debugging print.
=== Zope3/lib/python/Zope/Server/FTP/tests/testFTPServer.py 1.7 => 1.8 ===
--- Zope3/lib/python/Zope/Server/FTP/tests/testFTPServer.py:1.7 Fri Dec 20 18:50:08 2002
+++ Zope3/lib/python/Zope/Server/FTP/tests/testFTPServer.py Fri Dec 20 18:52:51 2002
@@ -63,7 +63,6 @@
def setUp(self):
td.setThreadCount(1)
- print "setUp", asyncore.socket_map
self.orig_map_size = len(asyncore.socket_map)
self.hook_asyncore_error()