Purging the history data from disk can create an unnecessary amount of debug lines within a few seconds.
This commit is contained in:
NotMyFault 2019-06-19 18:09:02 +02:00
parent 9d1117303c
commit 0cb068c4a6

View File

@ -121,7 +121,7 @@ public class DiskStorageHistory extends FaweStreamChangeSet {
}
public void delete() {
Fawe.debug("Deleting history: " + getWorld().getName() + "/" + uuid + "/" + index);
// Fawe.debug("Deleting history: " + getWorld().getName() + "/" + uuid + "/" + index);
deleteFiles();
if (Settings.IMP.HISTORY.USE_DATABASE) {
RollbackDatabase db = DBHandler.IMP.getDatabase(getWorld());