Skip to content

Commit

Permalink
style: remove print statement
Browse files Browse the repository at this point in the history
Co-authored-by: Edoardo Pedicillo <edoardo.pedicillo@gmail.com>
  • Loading branch information
andrea-pasquale and Edoardo-Pedicillo committed Sep 16, 2024
1 parent 3912c43 commit 2cac34a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qibocal/protocols/rabi/length_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def _acquisition(
[qd_pulses[qubit] for qubit in targets],
type=SweeperType.ABSOLUTE,
)
print(sweeper)
data = RabiLengthSignalData(amplitudes=amplitudes)

# execute the sweep
Expand Down

0 comments on commit 2cac34a

Please sign in to comment.