Revmoed useless logs

This commit is contained in:
Thomas FORGIONE
2015-07-20 14:52:57 +02:00
parent 19ae7aa76c
commit a308b4e93f
3 changed files with 0 additions and 4 deletions

View File

@@ -167,7 +167,6 @@ L3D.ReplayCamera.prototype.anglesFromVectors = function() {
L3D.ReplayCamera.prototype.move = function(recommendation) {
console.log(this.position.x, this.position.y, this.position.z);
var otherCamera = recommendation.camera || recommendation;
this.moving = true;