From 61511bf6cb5d1ebef410873d8292e66cf3fef071 Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Thu, 16 May 2024 09:56:17 -0400 Subject: [PATCH] Update buildingpart.js --- src/buildingpart.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buildingpart.js b/src/buildingpart.js index 143c36e..47f1a82 100644 --- a/src/buildingpart.js +++ b/src/buildingpart.js @@ -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.