Skip to content
Snippets Groups Projects
Commit 5296a9c6 authored by bl00dymarie's avatar bl00dymarie
Browse files

Merge branch 'Delete-console.logs' into 'master'

Deletes old console.logs

See merge request bloodyhealth/drip!70
parents c07dc51e 5acb6639
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