From bf25b3af665f8432bd773d9841c5ba93fb25cb73 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 6 Jun 2014 16:23:26 -0400 Subject: [PATCH] Don't configure logging twice. --- bitshift/crawler/crawl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bitshift/crawler/crawl.py b/bitshift/crawler/crawl.py index cd8fba6..c45974a 100644 --- a/bitshift/crawler/crawl.py +++ b/bitshift/crawler/crawl.py @@ -78,5 +78,4 @@ def _configure_logging(): root_logger.setLevel(logging.NOTSET) if __name__ == "__main__": - _configure_logging() crawl()