We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0183c71 commit f476153Copy full SHA for f476153
contracts/data/LinearInterestModelHelper.sol
@@ -13,8 +13,6 @@ contract LinearInterestModelHelper {
13
irm.interestModel = _model;
14
irm.version = LinearInterestRateModel(_model).version();
15
16
- console.log(irm.version);
17
-
18
(irm.U_1, irm.U_2, irm.R_base, irm.R_slope1, irm.R_slope2, irm.R_slope3) =
19
LinearInterestRateModelV3(_model).getModelParameters();
20
0 commit comments