diff --git a/web/app/vector.js b/web/app/vector.js index 0fefd2ae..951bf317 100644 --- a/web/app/vector.js +++ b/web/app/vector.js @@ -1,6 +1,5 @@ TCAD.Vector = function(x, y, z) { - this.x = x || 0; this.y = y || 0; this.z = z || 0;