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:
|
if len(result) == 0:
|
||||||
log.info('Did not find matching paths, abort')
|
log.info('Did not find matching paths, abort')
|
||||||
return
|
return
|
||||||
log.debug('Result: %s' % result)
|
|
||||||
# Kodi seems to make ONE temporary entry; we only want the earlier,
|
# Kodi seems to make ONE temporary entry; we only want the earlier,
|
||||||
# permanent one
|
# permanent one
|
||||||
if len(result) > 2:
|
if len(result) > 2:
|
||||||
|
@ -859,7 +858,6 @@ class Kodidb_Functions():
|
||||||
' paths, aborting')
|
' paths, aborting')
|
||||||
return
|
return
|
||||||
idFile = result[0]
|
idFile = result[0]
|
||||||
log.debug('idFile: %s' % idFile)
|
|
||||||
|
|
||||||
# Try movies first
|
# Try movies first
|
||||||
query = ' '.join((
|
query = ' '.join((
|
||||||
|
|
Loading…
Reference in a new issue