From 26b7c039a9ba3a975b94472dbd54d6fa7bbc358a Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 20 Oct 2016 18:06:59 +0200 Subject: [PATCH] Remove debug print statement --- tests/test_downloader_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_downloader_handlers.py b/tests/test_downloader_handlers.py index 2d97573b3..519a3052e 100644 --- a/tests/test_downloader_handlers.py +++ b/tests/test_downloader_handlers.py @@ -813,7 +813,6 @@ class AnonymousFTPTestCase(BaseFTPTestCase): self.factory = FTPFactory(portal=p, userAnonymous=self.username) - print("self.factory.allowAnonymous=%r" % self.factory.allowAnonymous) self.port = reactor.listenTCP(0, self.factory, interface="127.0.0.1") self.portNum = self.port.getHost().port self.download_handler = FTPDownloadHandler(Settings())