Less logging
This commit is contained in:
parent
cca69e544f
commit
3636823327
1 changed files with 0 additions and 2 deletions
|
@ -851,7 +851,6 @@ class Kodidb_Functions():
|
|||
if len(result) == 0:
|
||||
log.info('Did not find matching paths, abort')
|
||||
return
|
||||
log.debug('Result: %s' % result)
|
||||
# Kodi seems to make ONE temporary entry; we only want the earlier,
|
||||
# permanent one
|
||||
if len(result) > 2:
|
||||
|
@ -859,7 +858,6 @@ class Kodidb_Functions():
|
|||
' paths, aborting')
|
||||
return
|
||||
idFile = result[0]
|
||||
log.debug('idFile: %s' % idFile)
|
||||
|
||||
# Try movies first
|
||||
query = ' '.join((
|
||||
|
|
Loading…
Reference in a new issue