mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-23 23:26:45 +00:00
fix: removed unnecessary logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -37,7 +37,6 @@ export async function parseTransaction(
|
||||
}
|
||||
|
||||
const data = await response.json();
|
||||
console.log("Parsed transaction: ", data);
|
||||
|
||||
return data;
|
||||
} catch (error: any) {
|
||||
|
||||
Reference in New Issue
Block a user