mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-24 17:01:39 +00:00
Removed profilling code accidentally commited
This commit is contained in:
parent
36cd765c21
commit
068a842184
3 changed files with 5 additions and 24 deletions
|
@ -399,7 +399,8 @@ class API(object):
|
|||
request_settings["verify"] = False
|
||||
|
||||
LOG.info("Sending %s request to %s" % (method, path))
|
||||
LOG.debug(request_settings['timeout'], request_settings['headers'])
|
||||
LOG.debug(request_settings['timeout'])
|
||||
LOG.debug(request_settings['headers'])
|
||||
|
||||
return request_method(url, **request_settings)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue