From 9cfc1067fdd607de73327d65d44a6bbae90e9469 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 8 Mar 2017 20:07:05 +0100 Subject: log: be more verbose --- crawler.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawler.py') diff --git a/crawler.py b/crawler.py index 20428b6..2aa6a7e 100644 --- a/crawler.py +++ b/crawler.py @@ -72,8 +72,6 @@ class Crawler(object): params) if "errors" in res: - logging.warn("API returned error: '%s'", - res["errors"]) if res["errors"][0].get("title") == "Not Found" \ and params["page[offset]"] > 0: # a query returned exactly 50 matches -- cgit v1.3.1