Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Nov 10, 2023
1 parent c579177 commit f01b031
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions op-verifier/deploy_l1/10_testl1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const {deployer} = await getNamedAccounts();

const OPVerifier = await deployments.get('OPVerifier');
console.log(1, hre.companionNetworks)
throw(2)
const TestL2 = await hre.companionNetworks['l2'].deployments.get('TestL2');

await deploy('TestL1', {
Expand Down

0 comments on commit f01b031

Please sign in to comment.