From 47af9d7b6c931feefa4a393a878fe7582b37d9b9 Mon Sep 17 00:00:00 2001 From: lq0-github <1441665200@qq.com> Date: Mon, 18 Nov 2024 16:39:36 +0800 Subject: [PATCH] add trading page --- services/chartToken.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/services/chartToken.ts b/services/chartToken.ts index da0da31d..73babe2e 100644 --- a/services/chartToken.ts +++ b/services/chartToken.ts @@ -205,7 +205,6 @@ export function generateUrl( } async function mockData(params: { symbol: string; resolution: string; from: number; to: number }) { - console.log(params,'params') if (params.symbol) { const [base, quote] = params.symbol.includes("_") ? params.symbol.split("_")