Skip to content

Commit

Permalink
fix: remove redundant hardhat/console.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-lai committed Jan 29, 2024
1 parent e44656d commit 40e2e28
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 40e2e28

Please sign in to comment.