From 4a6e29bdb9ef8118253f62ce94cbc93ba780c5b4 Mon Sep 17 00:00:00 2001 From: Stavros Efthymiou <35475381+stavros11@users.noreply.github.com> Date: Sat, 8 Feb 2025 17:25:59 +0400 Subject: [PATCH] fix: drop print --- src/qibolab/_core/instruments/qblox/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qibolab/_core/instruments/qblox/config.py b/src/qibolab/_core/instruments/qblox/config.py index bf1282886..a947ba786 100644 --- a/src/qibolab/_core/instruments/qblox/config.py +++ b/src/qibolab/_core/instruments/qblox/config.py @@ -176,5 +176,4 @@ def sequencer( seq.nco_freq(freq - lo_freq) # connect to physical address - print(channel_id, address, seq) seq.connect_sequencer(address.local_address)