Skip to content

Commit

Permalink
removed extraneous log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasxiii committed Jun 20, 2012
1 parent e9cd32c commit 119e1aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions js/photon.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ Photon.Face.prototype = {
// pull the transform property
var faceTransform = window.getComputedStyle(this.element)[this.transformString] || 'matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)';

console.log(this.transformString);

// convert the transform data into a matrix
this.matrix = Photon.buildMatrix(faceTransform);

Expand Down
Loading

0 comments on commit 119e1aa

Please sign in to comment.