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

This commit is contained in:
Brian Warner 2007-05-04 00:45:23 -07:00
parent 03c5d75d90
commit 5b3a1cdc56

View File

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