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()