Skip to content

Commit

Permalink
fix: emit
Browse files Browse the repository at this point in the history
  • Loading branch information
fp-crypto committed May 30, 2024
1 parent 7e6ae1a commit 8908ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/debtAllocators/DebtOptimizerApplicator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contract DebtOptimizerApplicator {
) external virtual onlyGovernance {
managers[_address] = _allowed;

emit UpdateManager(_address, _allowed);
// emit UpdateManager(_address, _allowed);
}

function setStrategyDebtRatios(
Expand Down

0 comments on commit 8908ce7

Please sign in to comment.