From c732de3d3fe5be83a27ee1838d9aeb8132b1f9e2 Mon Sep 17 00:00:00 2001 From: David Mirza Ahmad Date: Wed, 29 Jun 2016 17:12:23 -0400 Subject: [PATCH] Remove debug output / cleanup. --- .../com/subgraph/vega/ui/util/export/AlertExportWizard.java | 1 - .../com/subgraph/vega/ui/util/export/ExportWizardPageOne.java | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/AlertExportWizard.java b/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/AlertExportWizard.java index c73f2a61..9dd07591 100644 --- a/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/AlertExportWizard.java +++ b/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/AlertExportWizard.java @@ -41,7 +41,6 @@ public boolean performFinish() { List alerts; alerts = two.allAlertsFromTree(); - System.out.println(alerts.size()); AlertExporter exporter = new AlertExporter(); exporter.exportAlertsbyList(alerts); diff --git a/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/ExportWizardPageOne.java b/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/ExportWizardPageOne.java index b18ef175..2fa012fb 100644 --- a/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/ExportWizardPageOne.java +++ b/platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/ExportWizardPageOne.java @@ -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() {