mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(utils): remove console log (#17116)
This commit is contained in:
@ -49,7 +49,6 @@ export function startTapClick(doc: Document, config: Config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function cancelActive() {
|
function cancelActive() {
|
||||||
console.log('cancelActive()');
|
|
||||||
clearTimeout(activeDefer);
|
clearTimeout(activeDefer);
|
||||||
activeDefer = undefined;
|
activeDefer = undefined;
|
||||||
if (activatableEle) {
|
if (activatableEle) {
|
||||||
|
Reference in New Issue
Block a user