remove redundant logging

This commit is contained in:
marcelveldt 2016-01-18 09:47:22 +01:00
parent b0120aefd5
commit ca0906aaaf

View file

@ -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"):