We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe8e6b commit 7afc8b5Copy full SHA for 7afc8b5
src/material-experimental/mdc-slider/slider.ts
@@ -961,7 +961,6 @@ class SliderAdapter implements MDCSliderAdapter {
961
const input = this._delegate._getInput(thumbPosition);
962
input._emitFakeEvent('change');
963
input._onChange(value);
964
- console.log('thumb position:', thumbPosition);
965
input.valueChange.emit(value);
966
}
967
emitInputEvent = (value: number, thumbPosition: Thumb): void => {
0 commit comments