Skip to content

Commit

Permalink
remove unused update_status_func function
Browse files Browse the repository at this point in the history
  • Loading branch information
steigersg authored and ehpor committed Sep 9, 2024
1 parent 851df07 commit 9a0492b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions catkit2/services/thorlabs_mcls1_sim/thorlabs_mcls1_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ def close(self):
for thread in self.threads.values():
thread.join()

def update_status_func(self, getter, stream):
def func():
result = getter()
stream.submit_data(np.array([result]).astype(stream.dtype))
return func

def update_status(self):
while not self.should_shut_down:
for getter in self.getters:
Expand Down

0 comments on commit 9a0492b

Please sign in to comment.