From 5b3a1cdc566a3306a548e8e7725645c2ed220d13 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Fri, 4 May 2007 00:45:23 -0700
Subject: [PATCH] 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

---
 src/allmydata/test/test_introducer.py | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.45.2