receiver: remove testing line from settings_template.py
This commit is contained in:
parent
f631f0f551
commit
c5ca2c2818
|
@ -524,7 +524,6 @@ def check_feature_settings(device, already_known):
|
||||||
if detected:
|
if detected:
|
||||||
already_known.append(detected)
|
already_known.append(detected)
|
||||||
except Exception as reason:
|
except Exception as reason:
|
||||||
raise reason
|
|
||||||
_log.error("check_feature[%s] inconsistent feature %s", featureId, reason)
|
_log.error("check_feature[%s] inconsistent feature %s", featureId, reason)
|
||||||
|
|
||||||
check_feature(_HI_RES_SCROLL[0], _F.HI_RES_SCROLLING)
|
check_feature(_HI_RES_SCROLL[0], _F.HI_RES_SCROLLING)
|
||||||
|
|
Loading…
Reference in New Issue