Skip to content

Commit d9896ca

Browse files
remove println!
1 parent 77f4ce2 commit d9896ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ fn main() {
1515

1616
// Perform the forward NTT
1717
let a_ntt = ntt(&a, omega, n, modulus);
18-
println!("a_ntt = {:?}", a_ntt);
1918
let b_ntt = ntt(&b, omega, n, modulus);
2019

2120
// Perform the inverse NTT on the transformed A for verification

0 commit comments

Comments
 (0)