remove console

pull/3420/head
Tuğçe Küçükoğlu 2022-12-08 17:14:56 +03:00
parent 30f792c0a5
commit 3d17b07c9e
1 changed files with 0 additions and 2 deletions

View File

@ -407,8 +407,6 @@ export default {
const selectedIndex = ObjectUtils.findIndexInList(item, this.d_selection);
const selected = selectedIndex != -1;
const metaSelection = this.itemTouched ? false : this.metaKeySelection;
console.log(DomHandler.find(this.list, '.p-orderlist-item'));
console.log(index);
const selectedId = DomHandler.find(this.list, '.p-orderlist-item')[index].getAttribute('id');
this.focusedOptionIndex = selectedId;