commit | f3aeb61a6d9f8b85a503b8e89c0ec8a23413d1c8 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Sun Feb 21 06:38:29 2010 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Sun Feb 21 06:38:29 2010 +0000 |
tree | 6585254f701885401002a345f969bfca9fc487d1 | |
parent | 7feb2e52865e4e93dbca4df35c79d8b7b1c4706f [diff] |
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 +}