Skip to content

Commit

Permalink
Update buildingpart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 16, 2024
1 parent f74a0b9 commit 61511bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buildingpart.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ class BuildingPart {
* If there is whitespace between the unit and the number, it will remain.
*/
static normalizeLength(length) {
window.printError('length: ' + length);
if (typeof length === 'string' || length instanceof String) {
if (length.includes('km')){
// remove final character.
Expand Down

0 comments on commit 61511bf

Please sign in to comment.