Skip to content

Commit

Permalink
Merge pull request #2577 from LKuemmel/fix
Browse files Browse the repository at this point in the history
remove unneccessary log msg
  • Loading branch information
LKuemmel authored Jan 6, 2023
2 parents 2e2dc21 + 4092831 commit 6279dac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/modules/common/fault_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def store_error(self, component_info: ComponentInfo) -> None:
prefix += str(component_info.id) + "/fault"
else:
prefix += "fault"
log.debug(prefix + "Str")
pub.pub_single(prefix + "Str", self.fault_str, hostname=component_info.hostname)
pub.pub_single(prefix + "State", self.fault_state.value, hostname=component_info.hostname)
if "chargepoint" in component_info.type:
Expand Down

0 comments on commit 6279dac

Please sign in to comment.