diff options
Diffstat (limited to 'jfr_playoff/remote.py')
-rw-r--r-- | jfr_playoff/remote.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jfr_playoff/remote.py b/jfr_playoff/remote.py index 339390c..2deb7ce 100644 --- a/jfr_playoff/remote.py +++ b/jfr_playoff/remote.py @@ -21,7 +21,4 @@ class RemoteUrl: if encoding_match: request.encoding = encoding_match.group(2) cls.url_cache[url] = request.text - PlayoffLogger.get('remote').info( - 'content for %s not in cache: retrieved %d bytes', - url, len(cls.url_cache[url])) return bs(cls.url_cache[url], 'lxml') |