Skip to content

Commit 89b6a60

Browse files
committed
fix: remove console log
Signed-off-by: Akshat Patel <[email protected]>
1 parent 9d99184 commit 89b6a60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/combobox/combobox.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,6 @@ export class ComboBox implements OnChanges, AfterViewInit, AfterContentInit, OnD
857857
// if we're appendToBody the list isn't within the _elementRef,
858858
// so we've got to check if our target is possibly in there too.
859859
!this.dropdownMenu.nativeElement.contains(event.target)) {
860-
console.log(this.elementRef.nativeElement.contains(event.target));
861860
this.closeDropdown();
862861
}
863862
}

0 commit comments

Comments
 (0)