remove extraneous logging

This commit is contained in:
idk
2022-09-10 11:12:19 -04:00
parent ecd58a833c
commit 16eb1577f9

View File

@ -246,7 +246,6 @@ public class WorkingDir {
// this one must be after MIGRATE_BASE
File oldEep = new File(oldDirf, "eepsite");
File newEep = new File(dirf, "eepsite");
System.err.println("New EEPSITE dir is: "+ dirf);
String newPath = newEep.getAbsolutePath() + File.separatorChar;
success &= migrateJettyXml(oldEep, newEep, "jetty.xml", "./eepsite/", newPath);
success &= migrateJettyXml(oldEep, newEep, "jetty-ssl.xml", "./eepsite/", newPath);