We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21699d0 commit b0ef728Copy full SHA for b0ef728
public/hft/0.x.x/scripts/misc/touch.js
@@ -478,7 +478,6 @@ define(
478
var func = funcs[eventName];
479
elem.addEventListener(eventName, function(buttonInfo) {
480
return function(e) {
481
- console.log(e.type, e.target.id, e.pointerId);
482
func(e, buttonInfo);
483
};
484
}(buttonInfo));
0 commit comments