remove xbmc.log statement

This commit is contained in:
im85288 2015-03-19 17:44:53 +00:00
parent 27b21f214e
commit 371672d56f
1 changed files with 0 additions and 1 deletions

View File

@ -672,7 +672,6 @@ class LibrarySync():
comparestring1 = str(MB3Episode.get("ParentIndexNumber")) + "-" + str(MB3Episode.get("IndexNumber"))
matchFound = False
if kodiEpisodes != None:
xbmc.log("episode playcount kodiepisodes found")
kodiItem = kodiEpisodes.get(comparestring1, None)
userData=API().getUserData(MB3Episode)