Skip to content

Commit

Permalink
Removed debug string things.
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityfox committed Jan 20, 2016
1 parent 8d4d62c commit aa9cac2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,16 @@ public synchronized void loadWorldRegions(World world) {
deferredHandler.metaEnabled = metaSet.getBoolean("ENABLED");
this.deferedObjects.add(deferredHandler);
} else {
FoxGuardMain.instance().logger().warn("Found potentially corrupted database. 1");
FoxGuardMain.instance().logger().warn("Found potentially corrupted database.");
markForDeletion(databaseDir);
}
} else {
FoxGuardMain.instance().logger().warn("Found potentially corrupted database. 2");
FoxGuardMain.instance().logger().warn("Found potentially corrupted database.");
markForDeletion(databaseDir);
}
}
} else {
FoxGuardMain.instance().logger().warn("Found potentially corrupted database. 3");
FoxGuardMain.instance().logger().warn("Found potentially corrupted database.");
markForDeletion(databaseDir);
}
}
Expand Down

0 comments on commit aa9cac2

Please sign in to comment.