From 371672d56f2e07b863414c5514b8f5e1fb934fb9 Mon Sep 17 00:00:00 2001 From: im85288 Date: Thu, 19 Mar 2015 17:44:53 +0000 Subject: [PATCH] remove xbmc.log statement --- resources/lib/LibrarySync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index b5d0c2c1..61186a00 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -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)