receiver: remove testing line from settings_template.py

This commit is contained in:
Peter F. Patel-Schneider 2020-06-20 14:00:34 -04:00
parent f631f0f551
commit c5ca2c2818
1 changed files with 0 additions and 1 deletions

View File

@ -524,7 +524,6 @@ def check_feature_settings(device, already_known):
if detected:
already_known.append(detected)
except Exception as reason:
raise reason
_log.error("check_feature[%s] inconsistent feature %s", featureId, reason)
check_feature(_HI_RES_SCROLL[0], _F.HI_RES_SCROLLING)