From: Brian Warner <warner@lothar.com>
Date: Fri, 4 May 2007 07:45:23 +0000 (-0700)
Subject: test_introducer.py: turn off the defer.setDebugging(True) call that was left over... 
X-Git-Tag: allmydata-tahoe-0.3.0~92
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/install.html?a=commitdiff_plain;h=5b3a1cdc566a3306a548e8e7725645c2ed220d13;p=tahoe-lafs%2Ftahoe-lafs.git

test_introducer.py: turn off the defer.setDebugging(True) call that was left over from a troubleshooting session: it slows down the test suite by a factor of 2
---

diff --git a/src/allmydata/test/test_introducer.py b/src/allmydata/test/test_introducer.py
index b5d3b490..057926a6 100644
--- a/src/allmydata/test/test_introducer.py
+++ b/src/allmydata/test/test_introducer.py
@@ -2,7 +2,6 @@
 from twisted.trial import unittest
 from twisted.internet import defer, reactor
 from twisted.python import log
-defer.setDebugging(True)
 
 from foolscap import Tub, Referenceable
 from foolscap.eventual import flushEventualQueue