mirror of
https://github.com/mingjun97/gc-mojoconsole-plus.git
synced 2024-11-27 20:18:07 +00:00
Remove debug message
This commit is contained in:
parent
d0e2544883
commit
47eee6a418
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user