From 83540de67f2f03257c080c0f0393b92968f6b131 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Mon, 8 Jun 2015 14:23:52 -0700 Subject: [PATCH] no logs --- js/lattice/Lattice.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/lattice/Lattice.js b/js/lattice/Lattice.js index 5728d63f..82a8e6db 100644 --- a/js/lattice/Lattice.js +++ b/js/lattice/Lattice.js @@ -80,12 +80,8 @@ define(['underscore', 'backbone', 'appState', 'globals', 'plist', 'three', 'thre }, addCellAtIndex: function(indices, noRender, noCheck){//no render no check from fill - console.log(indices); - console.log(this.get("cellsMin")); - console.log(this.get("cellsMax")); if (!noCheck || noCheck === undefined) this.checkForMatrixExpansion(this.sparseCells, indices, indices); - console.log(this.sparseCells); var index = (new THREE.Vector3()).subVectors(indices, this.get("cellsMin") || indices); if (!this.sparseCells[index.x][index.y][index.z]) { -- GitLab