mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 08:24:05 +00:00
Remove debug print statement
This commit is contained in:
parent
3ffa2c5759
commit
26b7c039a9
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user