From ee04fb1ce1266ac82ee591e8ba0f9339f1038486 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Tue, 31 Aug 2021 22:00:20 +0200 Subject: [PATCH] big: Remove temporary prints. --- core/math/big/prime.odin | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/math/big/prime.odin b/core/math/big/prime.odin index 9771ef077..12d37269a 100644 --- a/core/math/big/prime.odin +++ b/core/math/big/prime.odin @@ -832,9 +832,7 @@ internal_int_exponent_mod_fast :: proc(res, G, X, P: ^Int, redmode: int, allocat for x = 0; x < int(winsize - 1); x += 1 { internal_sqr(&M[slot], &M[slot]) or_return; - print("slot: ", &M[slot]); redux(&M[slot], P, rho) or_return; - print("slot redux: ", &M[slot]); } /*