Less logging
This commit is contained in:
parent
e3a209c24b
commit
229a04e65b
1 changed files with 0 additions and 1 deletions
|
@ -391,7 +391,6 @@ class KodiMonitor(xbmc.Monitor):
|
|||
LOG.error('Unexpected type %s, data %s', kodi_type, data)
|
||||
return
|
||||
playerid = js.get_playlist_id(playlist_type)
|
||||
LOG.error('playerid found: %s', playerid)
|
||||
if not playerid:
|
||||
LOG.error('Coud not get playerid for data', data)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue