Skip to content

Commit

Permalink
Remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jul 3, 2024
1 parent 548a104 commit db72c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qiskit/quantum_info/operators/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def __init__(
# a complex numpy matrix.
self._data = np.asarray(data.to_matrix(), dtype=complex)
else:
print(data)
raise QiskitError("Invalid input data format for Operator")

super().__init__(
Expand Down

0 comments on commit db72c30

Please sign in to comment.