mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
Removed unnecessary log message, 1.4.2
This commit is contained in:
-2
@@ -102,7 +102,6 @@ public class PunishmentContainer {
|
||||
public void save(File file) {
|
||||
final ComponentLogger logger = SModerationPaper.LOGGER;
|
||||
try {
|
||||
logger.info("Saving to {}", file.getPath());
|
||||
if (!file.isFile()){
|
||||
file.mkdirs();
|
||||
file.delete();
|
||||
@@ -115,7 +114,6 @@ public class PunishmentContainer {
|
||||
}
|
||||
gzout.close();
|
||||
}
|
||||
logger.info("Successfully saved.");
|
||||
} catch (IOException e){
|
||||
logger.error("An error occurred while saving: {}", e.toString());
|
||||
for (StackTraceElement stackTraceElement : e.getStackTrace()) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: SModeration
|
||||
version: '1.4.1'
|
||||
version: '1.4.2'
|
||||
main: de.shiewk.smoderation.paper.SModerationPaper
|
||||
api-version: '1.20'
|
||||
load: STARTUP
|
||||
|
||||
Reference in New Issue
Block a user