Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 5, 2018
1 parent 5510b5e commit 8b15bbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ protected List<Archive> getClassPathArchives() throws Exception {

private List<Archive> getClassPathArchives(String path) throws Exception {
String root = cleanupPath(stripFileUrlPrefix(path));
System.out.println(root);
List<Archive> lib = new ArrayList<>();
File file = new File(root);
if (!"/".equals(root)) {
Expand Down

0 comments on commit 8b15bbf

Please sign in to comment.