Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Sep 18, 2023
1 parent 03142ac commit 742d51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lambdaworks/lambdaworks.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ func (f Felt) ToBigInt() *big.Int {

func FeltFromBigInt(n *big.Int) Felt {
bytes := n.Bytes()
println(bytes)
var bytes32 [32]byte
copy(bytes32[:], bytes)
return FeltFromLeBytes(&bytes32)
Expand Down

0 comments on commit 742d51e

Please sign in to comment.