summaryrefslogtreecommitdiff
path: root/crawler.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-02-12 14:48:12 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-02-12 14:48:12 +0100
commit2b3be0f0f4f7420fef7258a4a85a343aac37c28c (patch)
treee14de52bc84c7c8491585bc7c6b6b38a77e88d90 /crawler.py
parent7c1ba903492748d87b16c3a118a91a43613d5b9a (diff)
downloadapigrabber-2b3be0f0f4f7420fef7258a4a85a343aac37c28c.tar.gz
apigrabber-2b3be0f0f4f7420fef7258a4a85a343aac37c28c.zip
rewrite for better concurrency support
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