FELIX-4619 : Debug output of project properties

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1620876 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
index 68e1911..83dcc25 100644
--- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
+++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
@@ -488,7 +488,6 @@
         {
             properties.remove(BUNDLE_PLUGIN_EXTENSION + keyIter.next());
         }
-        System.out.println("PROPS: " + properties);
 
         if (properties.getProperty("Bundle-Activator") != null
                 && properties.getProperty("Bundle-Activator").isEmpty())