mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Removes log for cleanup
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user