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{ try{
String result = new File(MojoConfig.class.getProtectionDomain().getCodeSource().getLocation() String result = new File(MojoConfig.class.getProtectionDomain().getCodeSource().getLocation()
.toURI()).getParent() + "/mojoconfig.json"; .toURI()).getParent() + "/mojoconfig.json";
System.out.println("Mojoconfig file: "+ result);
return result; return result;
} catch (Exception e){ } catch (Exception e){
e.printStackTrace(); e.printStackTrace();