mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Remove pointless verbosity
This commit is contained in:
parent
dd26894b61
commit
fe597833f7
|
@ -104,7 +104,7 @@ export default class CandleChart extends Vue {
|
|||
const subplotCount =
|
||||
'subplots' in this.plotConfig ? Object.keys(this.plotConfig.subplots).length : 0;
|
||||
|
||||
console.log(`subplotcount: ${subplotCount}`);
|
||||
// console.log(`subplotcount: ${subplotCount}`);
|
||||
|
||||
// Always show ~250 candles max as starting point
|
||||
const startingZoom = (1 - 250 / this.dataset.length) * 100;
|
||||
|
|
Loading…
Reference in New Issue
Block a user