Deletes old console.logs

This commit is contained in:
emelko
2018-08-31 21:28:31 +02:00
parent c07dc51e5e
commit 5acb6639ba
-2
View File
@@ -61,8 +61,6 @@ function getAbsoluteValue(relative, columnHeight) {
// we add some height to have some breathing room
const verticalPadding = columnHeight * config.temperatureScale.verticalPadding
const scaleHeight = columnHeight - 2 * verticalPadding
console.log(scaleHeight)
console.log(columnHeight)
return scaleHeight * relative + verticalPadding
}