Skip to content
Snippets Groups Projects
Commit 7e8ee8a2 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Remove unneeded logging statement.

parent 4d988dd3
No related merge requests found
...@@ -69,7 +69,7 @@ def _serial_process(ser_port, proc_pipe, ctrl_pipe, data_pipe, simulate=False): ...@@ -69,7 +69,7 @@ def _serial_process(ser_port, proc_pipe, ctrl_pipe, data_pipe, simulate=False):
else: else:
ser.write('V') ser.write('V')
break break
ser_logger.info("Done Init")
while True: while True:
# These can only be called when no experiment is running # These can only be called when no experiment is running
if ctrl_pipe.poll(): if ctrl_pipe.poll():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment