remove delayedcall debugging

This commit is contained in:
meejah 2016-05-10 20:32:17 -06:00 committed by Brian Warner
parent 304da362f7
commit a533aef960

View File

@ -27,10 +27,9 @@ from allmydata.util.fileutil import get_pathinfo
from allmydata.util.fileutil import abspath_expanduser_unicode
from allmydata.immutable.upload import Data
from twisted.internet.base import DelayedCall
DelayedCall.debug = True
_debug = False
class MagicFolderDbTests(unittest.TestCase):
def setUp(self):