Skip to content

Commit 3091daa

Browse files
committed
fix(slider): remove console logs
Closes #3449
1 parent 46b3d3f commit 3091daa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: projects/igniteui-angular/src/lib/slider/slider.component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ export class IgxSliderComponent implements
646646
if (!this.thumbTo.isActive && this.thumbFrom === undefined) {
647647
return;
648648
}
649-
console.log('pointerdown');
649+
650650
this.showThumbLabels();
651651
}
652652

@@ -656,7 +656,6 @@ export class IgxSliderComponent implements
656656
return;
657657
}
658658

659-
console.log('pointerup');
660659
this.hideThumbLabels();
661660
}
662661

0 commit comments

Comments
 (0)