logging changes

This commit is contained in:
StevenRS11
2014-04-03 20:15:34 -04:00
parent d98b6279de
commit 56e522a61a
2 changed files with 2 additions and 1 deletions

View File

@@ -315,6 +315,8 @@ public class mod_pocketDim
{
PocketManager.unload();
deathTracker.writeToFile();
System.out.println(DDLogger.logger().printLog());
DDLogger.logger().clearLog();
deathTracker = null;
worldProperties = null;
this.currrentSaveRootDirectory=null;

View File

@@ -293,7 +293,6 @@ public class DDSaveHandler
}
DDLogger.stopTimer("Saving data");
System.out.println(DDLogger.logger().printLog());
return succeeded;
}