删除无用console

This commit is contained in:
荣彬 2020-07-15 14:34:52 +08:00
parent 17346c7a09
commit f781ea5f1d

View File

@ -398,7 +398,6 @@ export class BuiltinSimulatorHost implements ISimulatorHost<BuiltinSimulatorProp
return;
}
const nodeInst = this.getNodeInstanceFromElement(e.target as Element);
console.log('nodeInst', nodeInst);
detecting.capture(nodeInst?.node || null);
e.stopPropagation();
};