Remove debug print. (FELIX-2107)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@912302 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/main/java/org/apache/felix/framework/util/Util.java b/framework/src/main/java/org/apache/felix/framework/util/Util.java
index 8f87408..feae61f 100644
--- a/framework/src/main/java/org/apache/felix/framework/util/Util.java
+++ b/framework/src/main/java/org/apache/felix/framework/util/Util.java
@@ -613,7 +613,6 @@
 
     public static boolean checkSubstring(String[] pieces, String s)
     {
-System.out.println("MATCHING " + s);
         // Walk the pieces to match the string
         // There are implicit stars between each piece,
         // and the first and last pieces might be "" to anchor the match.
@@ -673,4 +672,4 @@
 
         return result;
     }
-}
\ No newline at end of file
+}