Skip to content

Commit

Permalink
Fix init of ManualOutputControl (remove old logger call) (#209)
Browse files Browse the repository at this point in the history
* Remove call to logger, as it is not exported by qm.qua anymore.

* Update CHANGELOG

* Update CHANGELOG.md

---------

Co-authored-by: Dean Poulos <[email protected]>
  • Loading branch information
matpompili and deanpoulos authored May 7, 2024
1 parent 15d0b6d commit e7d798f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Fixed
- control_panel - Fix init of ManualOutputControl (remove old logger call).

## [0.17.3] - 2024-05-06
### Fixed
Expand Down
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 e7d798f

Please sign in to comment.