[releng] Remove (Unreleased/Discontinued) labeling
diff --git a/plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/ProductCatalogGenerator.java b/plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/ProductCatalogGenerator.java
index 967ec08..1a16478 100644
--- a/plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/ProductCatalogGenerator.java
+++ b/plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/ProductCatalogGenerator.java
@@ -418,16 +418,16 @@
         Version latestVersion = latestTrainAndVersion.getVersion();
         Map<String, Set<IInstallableUnit>> latestTrainsIUs = latestTrainAndVersion.getIUs();
 
-        if (latestTrain != LATEST_TRAIN)
-        {
-          label += " (discontinued after " + latestTrainLabel + ")";
-        }
+        // if (latestTrain != LATEST_TRAIN)
+        // {
+        // label += " (discontinued after " + latestTrainLabel + ")";
+        // }
 
         boolean latestUnreleased = latestTrain == LATEST_TRAIN && !LATEST_RELEASED;
-        if (latestUnreleased && size == 1)
-        {
-          label += " (unreleased before " + latestTrainLabel + ")";
-        }
+        // if (latestUnreleased && size == 1)
+        // {
+        // label += " (unreleased before " + latestTrainLabel + ")";
+        // }
 
         System.out.println(label + " (" + id + ")");