Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yberjon committed Sep 24, 2024
1 parent e5c3eec commit bab1522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion da-contracts/contracts/CalldataDA.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity 0.8.24;

// solhint-disable gas-custom-errors, reason-string
import "forge-std/console.sol";

/// @dev Total number of bytes in a blob. Blob = 4096 field elements * 31 bytes per field element
/// @dev EIP-4844 defines it as 131_072 but we use 4096 * 31 within our circuits to always fit within a field element
/// @dev Our circuits will prove that a EIP-4844 blob and our internal blob are the same.
Expand Down

0 comments on commit bab1522

Please sign in to comment.