chore(): remove debug and log statements (#18245)

fixes #18190
This commit is contained in:
Liam DeBeasi
2019-05-21 14:55:41 -04:00
committed by GitHub
parent 00a27dc37b
commit adaaf89737
8 changed files with 1 additions and 14 deletions

View File

@ -37,7 +37,6 @@ export function createPointerEvents(
function handleMouseDown(ev: any) {
if (lastTouchEvent > Date.now()) {
console.debug('mousedown event dropped because of previous touch');
return;
}
if (!pointerDown(ev)) {