summaryrefslogtreecommitdiff
path: root/crawler.py
diff options
context:
space:
mode:
Diffstat (limited to 'crawler.py')
-rw-r--r--crawler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawler.py b/crawler.py
index c21e535..aa0d029 100644
--- a/crawler.py
+++ b/crawler.py
@@ -1,6 +1,5 @@
#!/usr/bin/python
-import logging
import asyncio
import aiohttp
@@ -80,7 +79,6 @@ class Crawler(object):
if not forever:
break # stop after one iteration
- logging.debug("%s: asking for more matches", region)
return data