Skip to content

Commit

Permalink
fix: remove redundant hardhat/console.sol (#464)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Brezhniev <[email protected]>
  • Loading branch information
wp-lai and OBrezhniev authored Aug 1, 2024
1 parent 522d483 commit b853d5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/verifier_plonk.sol.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

pragma solidity >=0.7.0 <0.9.0;

import "hardhat/console.sol";

contract PlonkVerifier {
// Omega
uint256 constant w1 = <%=w%>;
Expand Down Expand Up @@ -707,4 +705,4 @@ contract PlonkVerifier {
}

}
}
}

0 comments on commit b853d5e

Please sign in to comment.