Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Fechner authored and Florian Fechner committed Feb 24, 2018
1 parent b61149b commit a6acca9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions voxel-visualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,6 @@ class VoxelVisualization extends Polymer.mixinBehaviors([Polymer.IronResizableBe

let textureRotation = this.calculateTextureRotation(key, blockIdList);

console.log(textureRotation);

let normalX = normal.x;
let normalY = normal.y;
let normalZ = normal.z;
Expand Down

0 comments on commit a6acca9

Please sign in to comment.