Remove debug log

This commit is contained in:
nymkappa 2022-07-06 21:40:55 +02:00
parent 327b2aa070
commit 7a8fa6e056
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -307,7 +307,6 @@ export class HashrateChartComponent implements OnInit {
min: (value) => {
const selectedPowerOfTen: any = selectPowerOfTen(value.min);
const newMin = Math.floor(value.min / selectedPowerOfTen.divider / 10);
console.log(newMin);
return newMin * selectedPowerOfTen.divider * 10;
},
type: 'value',