Skip to content

Commit

Permalink
injctrl.MNT: remove log messages to avoid several logs during top-up
Browse files Browse the repository at this point in the history
  • Loading branch information
anacso17 committed Feb 26, 2024
1 parent 4077263 commit 0ce2ca5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions siriuspy/siriuspy/injctrl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,6 @@ def _callback_update_pu_refvolt(self, pvname, value, **kws):
return
# do not update PU reference voltage if standby is enabled
if self._topup_pustandbyenbl == _Const.DsblEnbl.Enbl:
self._update_log(f'WARN:PU Standby is enabled, ignoring')
self._update_log(f'WARN:setpoint to {pvname}')
return
if self._aspu_standby_state == _Const.StandbyInject.Standby:
return
Expand Down

0 comments on commit 0ce2ca5

Please sign in to comment.