diff --git a/js/models/threeModel.js b/js/models/threeModel.js
index bcc512040fc33f3f1258960f3aa104ae05515b46..f9ff57d50ab79a3cfff21c49810c886b47117fd6 100644
--- a/js/models/threeModel.js
+++ b/js/models/threeModel.js
@@ -74,7 +74,7 @@ function ThreeModel(){
         } else if (type == "part"){
             parts.splice(parts.indexOf(objectToRemove), 1);
         } else if (type == "basePlane"){
-            console.log("not sure if i should be hitting this")
+            console.log("not sure if i should be hitting this");
             basePlane.splice(basePlane.indexOf(objectToRemove), 1);
         }