removed logs

This commit is contained in:
sanjayk03-dev
2024-07-18 17:50:20 +05:30
parent e5a8be5aa1
commit ba1385770e

View File

@@ -154,10 +154,6 @@ class Config(object):
elif 'min' in template and config[name] < template['min']:
config[name] = template['min']
if name in ['offset_x', 'offset_y', 'offset_z']:
self.log.info('159: name:{} default:{}'.format(name, config[name])) # make sure that cycle is idle
# self.ctrl.state.set(name, config[name])
if template['type'] == 'list':
if 'index' in template:
config = config[name]