Skip to content

Commit 6061274

Browse files
remove debug printout
1 parent 7d6776b commit 6061274

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gr_mat/diagonalization.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ gr_mat_diagonalization_generic(gr_vec_t D, gr_mat_t L, gr_mat_t R, const gr_mat_
106106
if (gr_mat_is_square(A, ctx) != T_TRUE)
107107
return GR_DOMAIN;
108108

109-
gr_ctx_println(ctx);
110-
111109
gr_ctx_init_fmpz(ZZ);
112110
gr_vec_init(eigenvalues, 0, ctx);
113111
gr_vec_init(mult, 0, ZZ);

0 commit comments

Comments
 (0)