Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
springfall2008 authored Dec 24, 2024
1 parent 41fe707 commit aac9fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/predbat/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,6 @@ def fetch_config_options(self):
self.set_status_notify = self.get_arg("set_status_notify")
self.set_inverter_notify = self.get_arg("set_inverter_notify")
self.set_export_freeze_only = self.get_arg("set_export_freeze_only")
print("Getting set_export_freeze_only", self.set_export_freeze_only)
self.set_discharge_during_charge = self.get_arg("set_discharge_during_charge")

# Mode
Expand Down

0 comments on commit aac9fdd

Please sign in to comment.