Skip to content

Commit

Permalink
chore: remove logging of phases
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle committed Jul 8, 2021
1 parent 948eb87 commit 7965730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/ferroamp/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ def __init__(self, name, key, unit, icon, device_id, device_name, interval, prec

def get_phases(self, event):
phases = event.get(self._state_key, None)
_LOGGER.debug(phases)
if phases is not None:
phases = dict(
L1=float(phases["L1"]), L2=float(phases["L2"]), L3=float(phases["L3"])
Expand Down

0 comments on commit 7965730

Please sign in to comment.