mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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() {
|
||||
console.log('cancelActive()');
|
||||
clearTimeout(activeDefer);
|
||||
activeDefer = undefined;
|
||||
if (activatableEle) {
|
||||
|
||||
Reference in New Issue
Block a user