Skip to content
Snippets Groups Projects
Commit 5acb6639 authored by emelko's avatar emelko
Browse files

Deletes old console.logs

parent c07dc51e
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,6 @@ function getAbsoluteValue(relative, columnHeight) { ...@@ -61,8 +61,6 @@ function getAbsoluteValue(relative, columnHeight) {
// we add some height to have some breathing room // we add some height to have some breathing room
const verticalPadding = columnHeight * config.temperatureScale.verticalPadding const verticalPadding = columnHeight * config.temperatureScale.verticalPadding
const scaleHeight = columnHeight - 2 * verticalPadding const scaleHeight = columnHeight - 2 * verticalPadding
console.log(scaleHeight)
console.log(columnHeight)
return scaleHeight * relative + verticalPadding return scaleHeight * relative + verticalPadding
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment