diff --git a/tee-worker/litentry/core/assertion-build/src/dynamic/contracts/token_holding_amount/TokenQueryLogic.sol b/tee-worker/litentry/core/assertion-build/src/dynamic/contracts/token_holding_amount/TokenQueryLogic.sol index 96eed5ca91..76c0b2db85 100644 --- a/tee-worker/litentry/core/assertion-build/src/dynamic/contracts/token_holding_amount/TokenQueryLogic.sol +++ b/tee-worker/litentry/core/assertion-build/src/dynamic/contracts/token_holding_amount/TokenQueryLogic.sol @@ -27,7 +27,6 @@ import { BlockchainInfoClient } from "./BlockchainInfoClient.sol"; import "./MoralisClient.sol"; import "../openzeppelin/Strings.sol"; import "./Constants.sol"; -import "hardhat/console.sol"; abstract contract TokenQueryLogic is TokenHoldingAmount { mapping(string => TokenInfo[]) internal tokenInfo;