Less logging
This commit is contained in:
parent
e8a35e06a9
commit
79281853ba
1 changed files with 0 additions and 4 deletions
|
@ -362,10 +362,6 @@ def _full_sync():
|
||||||
continue
|
continue
|
||||||
if extension not in SUPPORTED_FILETYPES:
|
if extension not in SUPPORTED_FILETYPES:
|
||||||
continue
|
continue
|
||||||
LOG.debug('root: %s', root)
|
|
||||||
LOG.debug('type: %s', type(root))
|
|
||||||
LOG.debug('file: %s', file)
|
|
||||||
LOG.debug('type: %s', type(file))
|
|
||||||
path = path_ops.path.join(root, file)
|
path = path_ops.path.join(root, file)
|
||||||
kodi_hash = utils.generate_file_md5(path)
|
kodi_hash = utils.generate_file_md5(path)
|
||||||
playlist = playlist_object_from_db(kodi_hash=kodi_hash)
|
playlist = playlist_object_from_db(kodi_hash=kodi_hash)
|
||||||
|
|
Loading…
Reference in a new issue