Skip to content

Commit

Permalink
Update TableCombo.java
Browse files Browse the repository at this point in the history
remove system.out.println statement
  • Loading branch information
egouge authored and merks committed Mar 20, 2024
1 parent aa6187e commit fddb19d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -692,7 +692,6 @@ public void copy() {
void createPopup(final int selectionIndex) {
// create shell and table
popup = new Shell(getShell(), SWT.NO_TRIM | SWT.ON_TOP);
System.out.println("Popup=" + popup.hashCode() + " shell=" + getShell().hashCode());

// create table
table = new Table(popup, SWT.SINGLE | SWT.FULL_SELECTION);
Expand Down

0 comments on commit fddb19d

Please sign in to comment.