commit | 82a75088016d8d0e856667393e8cc91819590441 | [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 | 4705e0e621de0f6f599c1a505164fbac243c5bab [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 +}