Remove some commented code

This commit is contained in:
Odd Stråbø 2019-07-10 16:37:19 +02:00
parent c559f2fff6
commit d36a469016
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ class Config(object):
def app(self, name, version, device_name, device_id, capabilities=None, device_pixel_ratio=None):
LOG.info("Begin app constructor.")
# import traceback
# LOG.debug(''.join(['\n'] + traceback.format_stack()))
self.data['app.name'] = name
self.data['app.version'] = version