fix: removed unnecessary logs

This commit is contained in:
shivaji43
2025-01-07 15:56:05 +05:30
parent 418f55178a
commit 96608fd7a9
2 changed files with 0 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ export async function getAssetsByOwner(
}
const data = await response.json();
console.log("Assets by Owner: ", data.result.items);
return data.result.items;
} catch (error: any) {

View File

@@ -37,7 +37,6 @@ export async function parseTransaction(
}
const data = await response.json();
console.log("Parsed transaction: ", data);
return data;
} catch (error: any) {