We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e87f76 commit 2eb64d1Copy full SHA for 2eb64d1
1 file changed
app/elements/options/crm-app/crm-app.ts
@@ -4917,8 +4917,6 @@ namespace CRMAppElement {
4917
}|{
4918
Aa: HTMLElement[];
4919
}|Polymer.CustomEvent, tagName: T): ElementTagNameMaps[T] {
4920
- console.log('in elementswithtagname');
4921
- console.log('calling iterate with', event);
4922
return this.iteratePath(event, (node) => {
4923
if (node && 'tagName' in node &&
4924
(node as Polymer.PolymerElement).tagName.toLowerCase() === tagName) {
0 commit comments