1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 11:24:24 +00:00

Remove debug print statement

This commit is contained in:
Paul Tremberth 2016-10-20 18:06:59 +02:00
parent 3ffa2c5759
commit 26b7c039a9

View File

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