Removed debug...

This commit is contained in:
tastybento 2019-06-28 17:18:03 -07:00
parent a6dd175d61
commit feef61cad5

View File

@ -62,7 +62,6 @@ public class IslandDeletionManager implements Listener {
});
}
// Remove the islands from the database so they don't come back
toBeRemoved.forEach(i -> plugin.logDebug("Island - " + i.toString()));
toBeRemoved.forEach(handler::deleteObject);
}