We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225019a commit 1e04310Copy full SHA for 1e04310
force-app/main/default/lwc/recordPickerMultiValue/recordPickerMultiValue.js
@@ -132,7 +132,6 @@ export default class RecordPickerMultiValue extends LightningElement {
132
}
133
134
handleRecordPickerChange(event) {
135
- console.log('handleRecordPickerChange', event.detail.recordId);
136
this.selectedRecordId = event.detail.recordId;
137
138
0 commit comments