Skip to content

Commit

Permalink
Remove call to logger, as it is not exported by qm.qua anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
matpompili authored May 6, 2024
1 parent 15d0b6d commit 8a3ba73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qualang_tools/control_panel/manual_output_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8a3ba73

Please sign in to comment.