Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mason committed Jan 30, 2011
1 parent 28773a6 commit cbf1536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skifree.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ var SKI = (function() {
distX = pos.x - mouseX;
distY = pos.y - mouseY;

console.log(mouseX);
// Stop moving is mouse is above user
if (distY >= 0) {
//direction = 0;
Expand Down

0 comments on commit cbf1536

Please sign in to comment.