mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +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