We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7d128 commit dc8a3b6Copy full SHA for dc8a3b6
crystal_toolkit/core/mpcomponent.py
@@ -430,7 +430,6 @@ def matrix_element(idx, value=0):
430
431
# arrange the input boxes in two dimensions (rows, columns)
432
matrix_div_contents = []
433
- print("matrix_contents", matrix_contents)
434
for column_idx in sorted(matrix_contents):
435
row = [
436
matrix_contents[column_idx][row_idx]
0 commit comments