mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
remove redundant logging
This commit is contained in:
parent
b0120aefd5
commit
ca0906aaaf
1 changed files with 0 additions and 4 deletions
|
@ -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"):
|
||||
|
|
Loading…
Reference in a new issue