mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +01:00
Removed debug...
This commit is contained in:
parent
a6dd175d61
commit
feef61cad5
@ -62,7 +62,6 @@ public class IslandDeletionManager implements Listener {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
// Remove the islands from the database so they don't come back
|
// Remove the islands from the database so they don't come back
|
||||||
toBeRemoved.forEach(i -> plugin.logDebug("Island - " + i.toString()));
|
|
||||||
toBeRemoved.forEach(handler::deleteObject);
|
toBeRemoved.forEach(handler::deleteObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user