Skip to content

Commit 2eb64d1

Browse files
committed
remove another log
1 parent 7e87f76 commit 2eb64d1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/elements/options/crm-app/crm-app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4917,8 +4917,6 @@ namespace CRMAppElement {
49174917
}|{
49184918
Aa: HTMLElement[];
49194919
}|Polymer.CustomEvent, tagName: T): ElementTagNameMaps[T] {
4920-
console.log('in elementswithtagname');
4921-
console.log('calling iterate with', event);
49224920
return this.iteratePath(event, (node) => {
49234921
if (node && 'tagName' in node &&
49244922
(node as Polymer.PolymerElement).tagName.toLowerCase() === tagName) {

0 commit comments

Comments
 (0)