[Zope-Checkins] CVS: ZODB3/ZEO/tests - testStart.py:1.12.8.4

Guido van Rossum guido@python.org
Mon, 27 Jan 2003 14:20:40 -0500


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv20962

Modified Files:
      Tag: ZODB3-3_1-branch
	testStart.py 
Log Message:
Remove debugging print statement.


=== ZODB3/ZEO/tests/testStart.py 1.12.8.3 => 1.12.8.4 ===
--- ZODB3/ZEO/tests/testStart.py:1.12.8.3	Mon Jan 27 14:12:48 2003
+++ ZODB3/ZEO/tests/testStart.py	Mon Jan 27 14:20:38 2003
@@ -154,7 +154,6 @@
         port = 9090
         logfile1 = tempfile.mktemp(suffix="log")
         logfile2 = tempfile.mktemp(suffix="log")
-        print "\nlogfiles:", logfile1, logfile2
         os.environ["STUPID_LOG_FILE"] = logfile1
         os.environ["EVENT_LOG_FILE"] = logfile1