diff --git a/contracts/Aavegotchi/facets/EscrowFacet.sol b/contracts/Aavegotchi/facets/EscrowFacet.sol index 2314a6d9..6b629276 100644 --- a/contracts/Aavegotchi/facets/EscrowFacet.sol +++ b/contracts/Aavegotchi/facets/EscrowFacet.sol @@ -107,8 +107,6 @@ contract EscrowFacet is Modifiers { } if (collateralType == _erc20Contract) { - if (_tokenId != 21496 && _tokenId != 12937 && _tokenId != 6741) revert("Testing"); - LibCollateralsEvents.DecreaseStake(_tokenId, _transferAmount); }