Skip to content

Commit

Permalink
chore: remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Dec 14, 2023
1 parent a3715e5 commit 6b75a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/BaseMigration.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ abstract contract BaseMigration is ScriptExtended {
function _upgradeProxy(TContract contractType)
internal
virtual
logFn(string.concat("_upgradeProxy ", TContract.unwrap(contractType).unpackOne()))
returns (address payable proxy)
{
proxy = _upgradeProxy(contractType, arguments());
Expand Down

0 comments on commit 6b75a10

Please sign in to comment.