Skip to content

Commit 3d72966

Browse files
committed
chore: remove debug logs
1 parent b2989a9 commit 3d72966

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

explorer/lib/explorer/contract_managers/aligned_proof_aggregation_service.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ defmodule AlignedProofAggregationService do
7777
# In solidity, the function signatures are the first 4 bytes of the input
7878
# Note: first two characters are the 0x
7979
function_signature = String.slice(input, 0..9)
80-
IO.inspect(function_signature, label: "SIGNATURE")
8180

8281
case function_signature do
8382
@verifyRisc0_solidity_signature -> :risc0

0 commit comments

Comments
 (0)