diff --git a/src/views/ChartsView.vue b/src/views/ChartsView.vue index 6acb282f..1d9ee16c 100644 --- a/src/views/ChartsView.vue +++ b/src/views/ChartsView.vue @@ -53,7 +53,7 @@ const availablePairs = computed(() => { const tf = finalTimeframe.value; return botStore.activeBot.pairlistWithTimeframe .filter(([pair, timeframe]) => { - console.log(pair, timeframe, tf); + // console.log(pair, timeframe, tf); return timeframe === tf; }) .map(([pair]) => pair);