From 74f211d45d432b6294b86f4af128428278d1d2d6 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 15 Mar 2022 16:54:36 +0200 Subject: [PATCH] remove logs --- src/components/@shared/ButtonBuy/index.tsx | 1 - src/components/Asset/AssetActions/Compute/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/@shared/ButtonBuy/index.tsx b/src/components/@shared/ButtonBuy/index.tsx index 75836023c..4c737fed9 100644 --- a/src/components/@shared/ButtonBuy/index.tsx +++ b/src/components/@shared/ButtonBuy/index.tsx @@ -88,7 +88,6 @@ function getComputeAssetHelpText( isBalanceSufficient, consumableFeedback ) - console.log('isAlgorithmConsumable', isAlgorithmConsumable) const computeAlgoHelpText = (!dtSymbolSelectedComputeAsset && !dtBalanceSelectedComputeAsset) || isConsumable === false || diff --git a/src/components/Asset/AssetActions/Compute/index.tsx b/src/components/Asset/AssetActions/Compute/index.tsx index a5c6de078..04037919f 100644 --- a/src/components/Asset/AssetActions/Compute/index.tsx +++ b/src/components/Asset/AssetActions/Compute/index.tsx @@ -110,7 +110,6 @@ export default function Compute({ useEffect(() => { if (!selectedAlgorithmAsset?.accessDetails || !accountId) return - checkAssetDTBalance(selectedAlgorithmAsset) setIsConsumablePrice(selectedAlgorithmAsset?.accessDetails?.isPurchasable) setIsAlgorithmOwned(selectedAlgorithmAsset?.accessDetails?.isOwned)