mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 12:35:15 +00:00
Reduce console.log verbosity
This commit is contained in:
parent
8068de9fd0
commit
eaaa775af9
|
@ -53,7 +53,7 @@ const availablePairs = computed<string[]>(() => {
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user