fix(utils): remove console log (#17116)

This commit is contained in:
Paul Stelzer
2019-01-15 11:47:01 +01:00
committed by Manu MA
parent 3dac7bb7af
commit b0f51d4989

View File

@ -49,7 +49,6 @@ export function startTapClick(doc: Document, config: Config) {
}
function cancelActive() {
console.log('cancelActive()');
clearTimeout(activeDefer);
activeDefer = undefined;
if (activatableEle) {