Commit dca9194f authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts-bedrock: Initializable test leftover log (#8837)

Deletes a leftover log from the `Initializable` test.
This is just some routine code cleanup as logs should not be left
unless they are necessary.
parent 6ec80fd1
......@@ -162,7 +162,6 @@ contract Initializer_Test is Bridge_Initializer {
assembly {
size := extcodesize(target)
}
console.log(size);
// Assert that the contract is already initialized.
assertEq(_contract.initializedSlotVal, 1);
......
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