Remove debug message

This commit is contained in:
mingjun97 2022-05-18 18:26:33 -07:00
parent d0e2544883
commit 47eee6a418

View File

@ -33,7 +33,6 @@ public class MojoConfig {
try{
String result = new File(MojoConfig.class.getProtectionDomain().getCodeSource().getLocation()
.toURI()).getParent() + "/mojoconfig.json";
System.out.println("Mojoconfig file: "+ result);
return result;
} catch (Exception e){
e.printStackTrace();