diff --git a/src/HoneyPot.sol b/src/HoneyPot.sol index 22575e1..5354eb7 100644 --- a/src/HoneyPot.sol +++ b/src/HoneyPot.sol @@ -47,8 +47,6 @@ contract HoneyPot is Ownable { userPot.balance = 0; // reset the balance userPot.liquidationPrice = 0; // reset the liquidation price Address.sendValue(payable(recipient), amount); - - return amount; } function emptyHoneyPot(address honeyPotCreator) external {