Revmoed useless logs
This commit is contained in:
parent
19ae7aa76c
commit
a308b4e93f
|
@ -341,7 +341,6 @@ Info.prototype.loadRedCoins = function() {
|
|||
if (err !== null) {
|
||||
Log.dberror(err + ' in loadRedCoins');
|
||||
} else {
|
||||
console.log(result.rows);
|
||||
for (var i in result.rows) {
|
||||
self.redCoins.push(result.rows[i].coin_id);
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -247,8 +247,6 @@ L3D.generateCoins = function(totalCoins, coin_ids) {
|
|||
indices.push(totalCoins[i].id);
|
||||
}
|
||||
|
||||
console.log(coin_ids, indices)
|
||||
|
||||
if (coin_ids === undefined)
|
||||
L3D.DB.Private.sendData('/posts/coin-id', {indices : indices});
|
||||
|
||||
|
|
Loading…
Reference in New Issue