Less logging

This commit is contained in:
tomkat83 2017-05-07 15:36:42 +02:00
parent b95ab22556
commit 9378a8eb89

View file

@ -319,8 +319,6 @@ def add_item_to_PMS_playlist(playlist, pos, plex_id=None, kodi_item=None):
WILL ALSO UPDATE OUR PLAYLISTS
"""
log.debug('Adding new item plex_id: %s, kodi_item: %s on the Plex side at '
'position %s for %s' % (plex_id, kodi_item, pos, playlist))
if plex_id:
try:
item = playlist_item_from_plex(plex_id)