mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Remove console.log
This commit is contained in:
parent
9a8e7fe156
commit
2b3f2cd112
|
@ -64,7 +64,6 @@ export default class TradesLogChart extends Vue {
|
|||
tooltip: {
|
||||
trigger: 'axis',
|
||||
formatter: (params) => {
|
||||
console.log(params);
|
||||
return `Profit %<br>${params[0].data[1]} % ${params[0].data[2]}`;
|
||||
},
|
||||
axisPointer: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user