Commit 0ed98cf1cd6bb575fec25ab9088c2824dddf8185

czurnieden 2019-04-04T12:55:39

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;
    }