From 78dd5d026797e3020448c6e2f63bd8ec87474c50 Mon Sep 17 00:00:00 2001 From: Milton Date: Tue, 19 Sep 2023 18:28:04 -0300 Subject: [PATCH] Delete debug info --- pkg/hints/ec_hint.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/hints/ec_hint.go b/pkg/hints/ec_hint.go index 4f291a32..5df3d00c 100644 --- a/pkg/hints/ec_hint.go +++ b/pkg/hints/ec_hint.go @@ -138,7 +138,6 @@ func computeDoublingSlope(virtual_machine vm.VirtualMachine, exec_scopes types.E if err != nil { return err } - fmt.Println("after point") x := point.X.Pack86() y := point.Y.Pack86()