Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
andela-ookoro committed Nov 2, 2017
1 parent 680d378 commit f528e0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scraper.py
Expand Up @@ -129,10 +129,6 @@ def scrapers():
if(m >= 30):
log.warning('Scraper: {} ran for about {}'.format(scraper_id, time_taken))

scraper_stats.archive_data(json.dumps(scraping_statistics))


logger.debug('debug message')
if __name__ == "__main__":
setup_logging()
import multiprocessing
Expand Down

0 comments on commit f528e0a

Please sign in to comment.