From ca0906aaafacf1bf2bbce5a8f11e2756adad87e2 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Mon, 18 Jan 2016 09:47:22 +0100 Subject: [PATCH] remove redundant logging --- resources/lib/utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 7b69bb79..1c10cce7 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -63,10 +63,6 @@ def language(stringid): # Central string retrieval addon = xbmcaddon.Addon(id='plugin.video.emby') string = addon.getLocalizedString(stringid) #returns unicode object - if isinstance(string, unicode): print "EMBY LANGUAGE STRING IS UNICODE !" - elif isinstance(string, txt): print "EMBY LANGUAGE STRING IS TEXT !" - else: print "EMBY LANGUAGE STRING IS UNKNOWN !" - return string def kodiSQL(type="video"):