IDEMPIERE-5520 Navigation between Tabs leave Detached DOM objects (Leak) (#1670)

- Remove System.out line committed by mistake
This commit is contained in:
Carlos Ruiz 2023-02-12 13:15:54 +01:00 committed by GitHub
parent 6c643a3ffd
commit c22ee19cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
this.setWidgetAttribute(AdempiereWebUI.WIDGET_INSTANCE_NAME, "findWindow");
this.setId("findWindow_"+targetWindowNo+"_"+targetTabNo);
System.out.println("this.setId -> findWindow_"+targetWindowNo+"_"+targetTabNo);
LayoutUtils.addSclass("find-window", this);
addEventListener(Events.ON_CANCEL, e -> onCancel());