diff --git a/src/views/Graphs.vue b/src/views/Graphs.vue index a597ebb4..1a95b416 100644 --- a/src/views/Graphs.vue +++ b/src/views/Graphs.vue @@ -81,9 +81,10 @@ export default class Graphs extends Vue { } if (this.historicView) { // this.refresh(); - this.getAvailablePairs({ timeframe: this.timeframe }).then((val) => { - // console.log(val); - }); + this.getAvailablePairs({ timeframe: this.timeframe }); + // .then((val) => { + // console.log(val); + // }); } } }