Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Jan 31, 2019
1 parent cba6731 commit 38f511f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions etc/eve7/EveManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@

var treeRebuild = header.removedElements.length || (arr.length != nModified );
if (treeRebuild) this.InvokeReceivers("update", null, 0, this);

this.callSceneReceivers(scene, "endChanges", treeRebuild);
},
//______________________________________________________________________________

Expand Down Expand Up @@ -432,7 +434,6 @@

for (var n=1; n<arr.length;++n) {
var elem = arr[n];
console.log("Import binary for elem ", elem);

if (!elem.render_data) continue;

Expand All @@ -458,12 +459,10 @@
}

if (rd.index_size) {
console.log("import vertex buff");
rd.idxBuff = new Uint32Array(rawdata, off, rd.index_size);
off += rd.index_size*4;
}

console.log("Import binary for elem finishefd", elem);
lastoff = off;
}

Expand Down

0 comments on commit 38f511f

Please sign in to comment.