Skip to content

Commit

Permalink
remove excessive logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lneuhaus committed Jan 29, 2021
1 parent c810f36 commit 255d777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyrpl/software_modules/lockbox/models/fabryperot.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ def is_locked(self, input=None, loglevel=logging.INFO):
is_locked_and_final = is_locked and self.current_state == 'final_stage'
if is_locked_and_final:
self.resonance_voltage = self.outputs.piezo.mean
self._logger.info(f"Current resonance voltage: {self.resonance_voltage}")
return is_locked

def switch_resonance(self):
Expand Down

0 comments on commit 255d777

Please sign in to comment.