Skip to content

Commit dc8a3b6

Browse files
yang-ruoxitschaume
andauthored
delete print statement (#400)
Co-authored-by: Patrick Huck <[email protected]>
1 parent 7a7d128 commit dc8a3b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crystal_toolkit/core/mpcomponent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ def matrix_element(idx, value=0):
430430

431431
# arrange the input boxes in two dimensions (rows, columns)
432432
matrix_div_contents = []
433-
print("matrix_contents", matrix_contents)
434433
for column_idx in sorted(matrix_contents):
435434
row = [
436435
matrix_contents[column_idx][row_idx]

0 commit comments

Comments
 (0)