mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove some commented code
This commit is contained in:
parent
c559f2fff6
commit
d36a469016
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ class Config(object):
|
||||||
|
|
||||||
def app(self, name, version, device_name, device_id, capabilities=None, device_pixel_ratio=None):
|
def app(self, name, version, device_name, device_id, capabilities=None, device_pixel_ratio=None):
|
||||||
LOG.info("Begin app constructor.")
|
LOG.info("Begin app constructor.")
|
||||||
# import traceback
|
|
||||||
# LOG.debug(''.join(['\n'] + traceback.format_stack()))
|
|
||||||
|
|
||||||
self.data['app.name'] = name
|
self.data['app.name'] = name
|
||||||
self.data['app.version'] = version
|
self.data['app.version'] = version
|
||||||
|
|
Loading…
Reference in a new issue