mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-12-22 17:07:44 +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;
|
||||
}
|
||||
|
||||
|
@ -88,8 +88,6 @@ public class AdvancedPortalsPlugin extends JavaPlugin {
|
||||
|
||||
this.portalsCore.registerPortalCommand("import",
|
||||
new ImportPortalSubCommand());
|
||||
|
||||
new Metrics(this);
|
||||
}
|
||||
|
||||
private void checkAndCreateConfig() {
|
||||
|
Loading…
Reference in New Issue
Block a user