Skip to content

Commit f055a01

Browse files
pedrodominguespalinelariguet
authored andcommitted
refactor(listbox): remove console.log
1 parent 3df28f7 commit f055a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/ui/src/lib/components/po-listbox/po-listbox.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ export class PoListBoxComponent extends PoListBoxBaseComponent implements OnInit
177177
}
178178

179179
if (itemListAction?.action && !isDisabled && isVisible) {
180-
console.log('oi');
181180
itemListAction.action(this.param || itemListAction);
182181
}
183182

0 commit comments

Comments
 (0)