Remove extra debug

This commit is contained in:
Trent Hensler
2018-01-01 00:26:40 -08:00
parent e8843bc054
commit 8dd5e8cffb
2 changed files with 0 additions and 2 deletions
@@ -20,7 +20,6 @@ public final class UUIDConversion implements Runnable {
File newDir = PlayerVaults.getInstance().getVaultData();
if (newDir.exists()) {
logger.info("** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the " + newDir.toString() + " directory.");
return;
}