Skip to content

Commit 6d752c9

Browse files
committed
Commented out print in test
1 parent 13d15f3 commit 6d752c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fmpz_mod_mpoly/test/t-buchberger_naive.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ TEST_FUNCTION_START(fmpz_mod_mpoly_buchberger_naive, state)
3737
fmpz_mod_mpoly_vec_init(H, 0, ctx);
3838

3939

40-
flint_printf("iter %wd %wd %d %{fmpz}\n\n", iter, nvars, ctx->minfo->ord, m);
41-
printf("--------------------------------------------------------------------\n");
40+
// flint_printf("iter %wd %wd %d %{fmpz}\n\n", iter, nvars, ctx->minfo->ord, m);
41+
// printf("--------------------------------------------------------------------\n");
4242

4343

4444
if (nvars == 4)

0 commit comments

Comments
 (0)