Commit d256648e122a0d1f78474a12e97d429d55d62616

Steffen Jaeckel 2019-04-04T13:32:14

Merge pull request #193 from czurnieden/develop removed tracing

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/demo/test.c b/demo/test.c
index 8d9fa32..d720802 100644
--- a/demo/test.c
+++ b/demo/test.c
@@ -1284,7 +1284,7 @@ static int test_mp_incr(void)
       goto LTM_ERR;
    }
    a.sign = MP_ZPOS;
-   if (mp_cmp_d(&a, MP_MASK) != MP_EQ) {puts("DDD");
+   if (mp_cmp_d(&a, MP_MASK) != MP_EQ) {
       goto LTM_ERR;
    }