Skip to content

Commit ff6dbdb

Browse files
committed
Merge branch 'slider' of github.com:cal-smith/carbon-components-angular into slider
2 parents d08140f + 1f04ed7 commit ff6dbdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/slider/slider.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ export class Slider implements AfterViewInit, OnDestroy, ControlValueAccessor {
276276
if (this.disabled) { return; }
277277
const trackLeft = this.track.nativeElement.getBoundingClientRect().left;
278278
this.value = this.convertToValue(event.clientX - trackLeft);
279-
console.log(event);
280279
}
281280

282281
/** Focus handler for the optional input */

0 commit comments

Comments
 (0)