Skip to content

Commit

Permalink
Disabled additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gruzinov committed Dec 2, 2023
1 parent 8686c65 commit c3a2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubecore/HardwareObjects/DESY/P11SampleChanger.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def _update_selection(self):

# find sample
for s in self.get_sample_list():
print(f"Sample coords = {s.get_coords()}")
#print(f"Sample coords = {s.get_coords()}")
if s.get_coords() == (basket, sample):
self.log.debug(" - sample found")
self._set_loaded_sample(s)
Expand Down

0 comments on commit c3a2a03

Please sign in to comment.