Skip to content

Commit d256648

Browse files
authored
Merge pull request #193 from czurnieden/develop
removed tracing
2 parents e6902c4 + 0ed98cf commit d256648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ static int test_mp_incr(void)
12841284
goto LTM_ERR;
12851285
}
12861286
a.sign = MP_ZPOS;
1287-
if (mp_cmp_d(&a, MP_MASK) != MP_EQ) {puts("DDD");
1287+
if (mp_cmp_d(&a, MP_MASK) != MP_EQ) {
12881288
goto LTM_ERR;
12891289
}
12901290

0 commit comments

Comments
 (0)