diff --git a/components/orderlist/OrderList.vue b/components/orderlist/OrderList.vue index a90bb1030..30c119e22 100755 --- a/components/orderlist/OrderList.vue +++ b/components/orderlist/OrderList.vue @@ -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;