Commit 85c9ae52 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #3290 from ethereum-optimism/fix/remove-log

contracts-bedrock: remove extra console.log
parents c45aeb5a a9b8fd99
......@@ -19,7 +19,6 @@ const upgradeABIs = {
L1CrossDomainMessengerProxy: async () => ['initialize', []],
L1StandardBridgeProxy: async (deployConfig, hre) => {
const messenger = await hre.deployments.get('L1CrossDomainMessengerProxy')
console.log(messenger.address)
return ['initialize(address)', [messenger.address]]
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment