remove unused setting: DOWNLOADER_DEBUG

This commit is contained in:
Pablo Hoffman 2014-02-27 12:16:01 -02:00
parent 822adb1d5f
commit 6d8b7b29ef
2 changed files with 0 additions and 11 deletions

View File

@ -279,15 +279,6 @@ Default: ``True``
Whether to enable DNS in-memory cache.
.. setting:: DOWNLOADER_DEBUG
DOWNLOADER_DEBUG
----------------
Default: ``False``
Whether to enable the Downloader debugging mode.
.. setting:: DOWNLOADER_MIDDLEWARES
DOWNLOADER_MIDDLEWARES

View File

@ -66,8 +66,6 @@ DOWNLOAD_HANDLERS_BASE = {
DOWNLOAD_TIMEOUT = 180 # 3mins
DOWNLOADER_DEBUG = False
DOWNLOADER_HTTPCLIENTFACTORY = 'scrapy.core.downloader.webclient.ScrapyHTTPClientFactory'
DOWNLOADER_CLIENTCONTEXTFACTORY = 'scrapy.core.downloader.contextfactory.ScrapyClientContextFactory'