From 38ee77b5f12b730f8b596da913c0bc4338c46178 Mon Sep 17 00:00:00 2001
From: Sander de Snoo <59472150+sldesnoo-Delft@users.noreply.github.com>
Date: Wed, 16 Nov 2022 10:17:40 +0100
Subject: [PATCH] Reduced logging level of unnecessary warning

---
 pulse_lib/fast_scan/qblox_fast_scans.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulse_lib/fast_scan/qblox_fast_scans.py b/pulse_lib/fast_scan/qblox_fast_scans.py
index ca4bcf5d..88f7d66e 100644
--- a/pulse_lib/fast_scan/qblox_fast_scans.py
+++ b/pulse_lib/fast_scan/qblox_fast_scans.py
@@ -342,6 +342,6 @@ class _scan_parameter(MultiParameter):
 
     def __del__(self):
         if not self.my_seq is None and not self.pulse_lib is None:
-            logging.warning(f'Automatic cleanup in __del__(); Calling stop()')
+            logging.debug(f'Automatic cleanup in __del__(); Calling stop()')
             self.stop()
 
-- 
GitLab