Skip to content

Commit a510c9f

Browse files
committed
clean modpoly.c
1 parent 79adb70 commit a510c9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/modpoly.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ degree mp_lagrange_polynomial(const integer* x, const integer* y, unsigned int n
430430
polynode* mp_subproduct_node(const integer* x, unsigned int n1, unsigned int n2, modulus m)
431431
{
432432
polynode *n;
433-
printf("%d %d\n", n1, n2);
434433

435434
if ((n2 - n1) % 2 != 0)
436435
{

0 commit comments

Comments
 (0)