From eecc2fabd53a1d97b2d8efe43dfbe46cda517bc5 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Mon, 3 Jan 2022 23:35:25 -0500 Subject: remove debug print --- qolab/hardware/basic.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'qolab/hardware/basic.py') diff --git a/qolab/hardware/basic.py b/qolab/hardware/basic.py index 53315b3..5a040a0 100644 --- a/qolab/hardware/basic.py +++ b/qolab/hardware/basic.py @@ -67,11 +67,9 @@ class BasicInstrument: def setConfig(self, cfg): new_config = cfg.copy() - print('setting config') device_config = new_config.pop('DeviceConfig') self.config.update(new_config) for p, v in device_config.items(): - print(f'{p=} {v=}') setter = f'set{p}' if hasattr(self, setter): # we have something like setProperty -- cgit v1.2.3