Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
trungtq committed Feb 9, 2015
1 parent 2351d5b commit 217ed11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Ocaml/src/ocaml/views/outline/QuickOutline.java
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ private boolean matchesFilter(Object element) {
// convert to regex
String newText = filterText.replaceAll("\\*", ".*");
newText = "^" + newText + ".*";
System.out.println(newText);
return matchName.matches(newText);
}
}
Expand All @@ -376,7 +375,6 @@ private boolean matchesFilter(Object element) {
// convert to regex
String newText = filterText.replaceAll("\\*", ".*");
newText = "^" + newText + ".*";
System.out.println(newText);
return matchName.matches(newText);
}
} catch (Exception e) {
Expand Down

0 comments on commit 217ed11

Please # to comment.