Skip to content

Commit

Permalink
delete print statement (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Huck <phuck@lbl.gov>
  • Loading branch information
yang-ruoxi and tschaume authored Sep 3, 2024
1 parent 7a7d128 commit dc8a3b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crystal_toolkit/core/mpcomponent.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ def matrix_element(idx, value=0):

# arrange the input boxes in two dimensions (rows, columns)
matrix_div_contents = []
print("matrix_contents", matrix_contents)
for column_idx in sorted(matrix_contents):
row = [
matrix_contents[column_idx][row_idx]
Expand Down

0 comments on commit dc8a3b6

Please sign in to comment.