From 29988a990cbc21dc6d431e05b75ce027621a9dca Mon Sep 17 00:00:00 2001 From: sunhao Date: Mon, 8 Jan 2024 11:42:05 +0800 Subject: [PATCH] * picker: remove debug log. --- lib/picker/src/component/picker.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/picker/src/component/picker.tsx b/lib/picker/src/component/picker.tsx index 52075b0fba..6d72d82dbd 100644 --- a/lib/picker/src/component/picker.tsx +++ b/lib/picker/src/component/picker.tsx @@ -356,7 +356,6 @@ export class Picker setValue1', value); let valueList = this.formatValueList(value); if (valueList.length) { const {items, limitValueInList} = this.props; @@ -366,7 +365,6 @@ export class Picker setValue2', stateValue); return super.setValue(stateValue, silent); } }