removed obsolete settings

This commit is contained in:
Pablo Hoffman 2009-07-15 01:25:50 -03:00
parent 8480f49cf6
commit 0723534655
1 changed files with 0 additions and 4 deletions

View File

@ -191,10 +191,6 @@ STATS_DEBUG = False
STATS_SDB_DOMAIN = 'scrapy_stats'
STATS_SDB_ASYNC = False
# deprecated settings - the stats web service should be moved to the web console
STATS_WSPORT = 8089
STATS_WSTIMEOUT = 15
STATSMAILER_RCPTS = []
TEMPLATES_DIR = abspath(join(dirname(__file__), '..', 'templates'))