mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Removes log for cleanup
This commit is contained in:
parent
61c955779b
commit
75c3e42064
@ -166,7 +166,6 @@ class KodiDevice(MediaPlayerDevice):
|
|||||||
@property
|
@property
|
||||||
def media_content_id(self):
|
def media_content_id(self):
|
||||||
""" Content ID of current playing media. """
|
""" Content ID of current playing media. """
|
||||||
_LOGGER.info(self._item)
|
|
||||||
if self._item is not None:
|
if self._item is not None:
|
||||||
return self._item.get('uniqueid', None)
|
return self._item.get('uniqueid', None)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user