From 8a3ba739a0d98efdc12b9cdc6255b6e730306cb7 Mon Sep 17 00:00:00 2001 From: Matteo Pompili <6500688+matpompili@users.noreply.github.com> Date: Mon, 6 May 2024 14:22:29 -0700 Subject: [PATCH] Remove call to logger, as it is not exported by qm.qua anymore. --- qualang_tools/control_panel/manual_output_control.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qualang_tools/control_panel/manual_output_control.py b/qualang_tools/control_panel/manual_output_control.py index 2d408605..29d158a8 100644 --- a/qualang_tools/control_panel/manual_output_control.py +++ b/qualang_tools/control_panel/manual_output_control.py @@ -42,7 +42,6 @@ def __init__( :param array-like elements_to_control: A list of elements to be controlled. If empty, all elements in the config are included. """ - logger.setLevel("WARNING") self.qmm = QuantumMachinesManager(host=host, port=port) if close_previous: self.qmm.close_all_quantum_machines()