Skip to content

Commit

Permalink
feat: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sajanrajdev committed Mar 31, 2022
1 parent 7d0fe77 commit ac1b134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/bveOxdOxdStakingOptimizer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {IVault} from "../interfaces/badger/IVault.sol";

import "../interfaces/oxd/IUserProxy.sol";
import "../interfaces/oxd/IOxLens.sol";
import "../interfaces/oxd/IMultiRewards.sol";
import "../interfaces/oxd/IMultiRewards.sol";

contract StrategybveOxdOxdStakingOptimizer is BaseStrategy {
using SafeMathUpgradeable for uint256;
Expand Down Expand Up @@ -166,7 +166,6 @@ contract StrategybveOxdOxdStakingOptimizer is BaseStrategy {
// Add liquidity to the bveOXD/OXD LP Volatile pool
uint256 bveOXDIn = BVEOXD.balanceOf(address(this));
uint256 oxdIn = OXD.balanceOf(address(this));
// revert(StringLib.toString(abi.encodePacked("bveOXDIn: ", StringLib.toString(bveOXDIn), " oxdIn: ", StringLib.toString(oxdIn))));
SOLIDLY_ROUTER.addLiquidity(
address(BVEOXD),
address(OXD),
Expand Down

0 comments on commit ac1b134

Please sign in to comment.