aboutsummaryrefslogtreecommitdiff
path: root/examples/lock_eit.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lock_eit.py')
-rw-r--r--examples/lock_eit.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py
index afb73f6..1c5efd5 100644
--- a/examples/lock_eit.py
+++ b/examples/lock_eit.py
@@ -255,8 +255,7 @@ async def record_magnetometer_noise(apparatus):
magNoise.config['SavePath']=apparatus.config['SavePath']
fname = magNoise.getNextDataFile()
log.save(fname)
- breakpoint()
-
+ logger.info(f'Magnetometer noise file: {fname}')
apparatus.gui_log.setTraces( log )
update_webpage(apparatus=apparatus)