mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove unnecessary console log
This commit is contained in:
parent
5adf03c5f1
commit
3dba118546
@ -143,7 +143,6 @@ export async function getAssetPrices(assets: DDO[]): Promise<PriceList> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function getPrice(asset: DDO): Promise<BestPrice> {
|
export async function getPrice(asset: DDO): Promise<BestPrice> {
|
||||||
console.log('get price', asset)
|
|
||||||
const freVariables = {
|
const freVariables = {
|
||||||
datatoken: asset?.dataToken.toLowerCase()
|
datatoken: asset?.dataToken.toLowerCase()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user