diff --git a/contracts/MapleLoan.sol b/contracts/MapleLoan.sol index 52328c4..abd4348 100644 --- a/contracts/MapleLoan.sol +++ b/contracts/MapleLoan.sol @@ -314,7 +314,6 @@ contract MapleLoan is IMapleLoan, MapleProxiedInternals, MapleLoanStorage { require(success_, "ML:ANT:FAILED"); } - // TODO: Emit this before the refinance calls in order to adhere to the CEI pattern. emit NewTermsAccepted(refinanceCommitment_, refinancer_, deadline_, calls_); address fundsAsset_ = _fundsAsset;