Skip to content

Commit 36428ed

Browse files
committed
remove printf for debug
1 parent 66d447f commit 36428ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/msolve/msolve.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,6 @@ static int32_t *initial_modular_step(
16791679

16801680
if(*bmatrix == NULL){
16811681
*success = 0;
1682-
printf("nmod_fglm_compute_trace over success = 0\n");
16831682
*dim = 0;
16841683
*dquot_ori = dquot;
16851684
if(md->info_level > 1){

0 commit comments

Comments
 (0)