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{
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user