Skip to content

Commit d2ebe09

Browse files
committed
fix(slider): android removed logs
1 parent 55db219 commit d2ebe09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/slider/slider.android.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,9 @@ export class Slider extends View {
136136
}
137137
updateValues() {
138138
if (!this.mCanChangeValues) {
139-
console.log('test1');
140139
this.mNeedUpdate = true;
141140
return;
142141
}
143-
console.log('test2');
144142
const min = this.minValue || DEFAULT_MIN;
145143
const max = this.maxValue || DEFAULT_MAX;
146144
this.nativeViewProtected.setValueFrom(min);

0 commit comments

Comments
 (0)