mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Update playutils.py
Remove debug log line
This commit is contained in:
parent
9d50c4f745
commit
055366753a
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class PlayUtils():
|
|||
def __init__(self, item):
|
||||
|
||||
self.item = item
|
||||
self.logMsg(self.item)
|
||||
self.clientInfo = clientinfo.ClientInfo()
|
||||
self.addonName = self.clientInfo.getAddonName()
|
||||
|
||||
|
|
Loading…
Reference in a new issue