Skip to content

Commit 0282528

Browse files
Ivan KitanovIvan Kitanov
authored andcommitted
chore(combo): Removing unnecessary console.log
1 parent 8c3fb53 commit 0282528

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/combo/combo.component.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3393,7 +3393,6 @@ describe('igxCombo', () => {
33933393
input = fixture.debugElement.query(By.css(`.${CSS_CLASS_COMBO_INPUTGROUP}`));
33943394
expect(asterisk).toBe('"*"');
33953395
expect(inputGroupIsRequiredClass).toBeDefined();
3396-
console.log(input.nativeElement);
33973396
expect(input.nativeElement.getAttribute('aria-required')).toMatch('true');
33983397

33993398
fixture.componentInstance.reactiveForm.controls.townCombo.clearValidators();

0 commit comments

Comments
 (0)