mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
remove: console.log from CurveTreasury
This commit is contained in:
parent
2b92dc8119
commit
ed95181e8a
|
|
@ -67,7 +67,6 @@ contract CurveTreasury is ICurveTreasury, VersionedInitializable {
|
|||
* @dev Revert if caller and selected token is not a whitelisted entity
|
||||
*/
|
||||
modifier onlyWhitelistedEntity(address token) {
|
||||
console.log(msg.sender, token, _entityTokenWhitelist[msg.sender][token]);
|
||||
require(_entityTokenWhitelist[msg.sender][token] == true, 'ENTITY_NOT_WHITELISTED');
|
||||
_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user