Skip to content

Commit b0ef728

Browse files
committed
remove console.log
1 parent 21699d0 commit b0ef728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/hft/0.x.x/scripts/misc/touch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ define(
478478
var func = funcs[eventName];
479479
elem.addEventListener(eventName, function(buttonInfo) {
480480
return function(e) {
481-
console.log(e.type, e.target.id, e.pointerId);
482481
func(e, buttonInfo);
483482
};
484483
}(buttonInfo));

0 commit comments

Comments
 (0)