Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
brandly committed Feb 25, 2014
1 parent 624a48b commit 7f9a7d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions snapchat.js
Expand Up @@ -29,8 +29,6 @@
totalOffsetY += el.offsetTop - el.scrollTop;
} while(el = el.offsetParent);

console.log(w);

return {
x: event.pageX - totalOffsetX - w.scrollX,
y: event.pageY - totalOffsetY - w.scrollY
Expand Down
2 changes: 1 addition & 1 deletion snapchat.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f9a7d6

Please sign in to comment.