mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-12-23 01:17:55 +01:00
fix: comment out log spam (#500)
Also removed extra metrics initialisation as it wasn't achieving anything and added by mistake.
This commit is contained in:
parent
9668e31fda
commit
3067f92415
@ -251,11 +251,12 @@ public class DataStorage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
infoLogger.warning(
|
|
||||||
"Directory does not exist or is not a directory: "
|
|
||||||
+ fileLocation);
|
|
||||||
}
|
}
|
||||||
|
// } else {
|
||||||
|
// infoLogger.warning(
|
||||||
|
// "Directory does not exist or is not a directory: "
|
||||||
|
// + fileLocation);
|
||||||
|
// }
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,8 +88,6 @@ public class AdvancedPortalsPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
this.portalsCore.registerPortalCommand("import",
|
this.portalsCore.registerPortalCommand("import",
|
||||||
new ImportPortalSubCommand());
|
new ImportPortalSubCommand());
|
||||||
|
|
||||||
new Metrics(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkAndCreateConfig() {
|
private void checkAndCreateConfig() {
|
||||||
|
Loading…
Reference in New Issue
Block a user