Archived
1
1
Fork 0

remove debug print

This commit is contained in:
Josh Lay 2023-04-23 16:40:42 -05:00
parent 5c57590046
commit c7d1fb02bb
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -70,7 +70,6 @@ for temp_node_label_file in temp_node_labels:
temp_node_value_file = path.join(hwmon_dir, f"{temp_node_id}_input")
with open(temp_node_label_file, 'r', encoding='utf-8') as _node:
temp_node_name = _node.read().strip()
print(f'found temp: {temp_node_name} (id: {temp_node_id})')
# add the node name/type and the corresponding temp file to the dict
TEMP_FILES[temp_node_name] = temp_node_value_file