From 1bf56821441042126217df2eebf56cb19e224a51 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 17 Aug 2009 14:41:06 -0300 Subject: [PATCH] removed unused modules --- scrapy/conf/commands/log.py | 1 - scrapy/conf/commands/stats.py | 1 - 2 files changed, 2 deletions(-) delete mode 100644 scrapy/conf/commands/log.py delete mode 100644 scrapy/conf/commands/stats.py diff --git a/scrapy/conf/commands/log.py b/scrapy/conf/commands/log.py deleted file mode 100644 index bcee80b55..000000000 --- a/scrapy/conf/commands/log.py +++ /dev/null @@ -1 +0,0 @@ -LOG_ENABLED = False diff --git a/scrapy/conf/commands/stats.py b/scrapy/conf/commands/stats.py deleted file mode 100644 index bcee80b55..000000000 --- a/scrapy/conf/commands/stats.py +++ /dev/null @@ -1 +0,0 @@ -LOG_ENABLED = False