This commit is contained in:
Andy Wilkinson 2018-02-05 16:12:23 +00:00
parent 5510b5edab
commit 8b15bbf702
1 changed files with 0 additions and 1 deletions

View File

@ -454,7 +454,6 @@ public class PropertiesLauncher extends Launcher {
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)) {