Skip to content

Commit

Permalink
Remove debug output / cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dma committed Jun 29, 2016
1 parent 4ff78e6 commit c732de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public boolean performFinish() {

List<IScanAlert> alerts;
alerts = two.allAlertsFromTree();
System.out.println(alerts.size());

AlertExporter exporter = new AlertExporter();
exporter.exportAlertsbyList(alerts);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public void createControl(Composite parent) {

radioGroup.setLayout(new RowLayout(SWT.VERTICAL));
Button htmlButton = new Button(radioGroup, SWT.RADIO);
//Button xmlButton = new Button(radioGroup, SWT.RADIO | SWT.);
// xmlButton.setText("XML");
/*Button xmlButton = new Button(radioGroup, SWT.RADIO | SWT.);
xmlButton.setText("XML");*/
htmlButton.setText("HTML");
htmlButton.setSelection(true);
/*xmlButton.addSelectionListener(new SelectionAdapter() {
Expand Down

0 comments on commit c732de3

Please sign in to comment.