forgotten console.log

feat/vaults
Tomáš Mládek 2021-06-27 00:03:20 +02:00
parent 9c95f96eb5
commit 823e4aab30
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ export default defineComponent({
return `${((this.yVal + this.yRange) / (this.yRange * 2)) * 100}%`;
},
markerLeft(): string {
console.log(this.xVal);
return `${((this.xVal + this.xRange) / (this.xRange * 2)) * 100}%`;
},
},