Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Feb 12, 2016
1 parent 21699d0 commit b0ef728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/hft/0.x.x/scripts/misc/touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ define(
var func = funcs[eventName];
elem.addEventListener(eventName, function(buttonInfo) {
return function(e) {
console.log(e.type, e.target.id, e.pointerId);
func(e, buttonInfo);
};
}(buttonInfo));
Expand Down

0 comments on commit b0ef728

Please sign in to comment.