mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Remove leftover debug code in Sector.
This commit is contained in:
@@ -162,7 +162,6 @@ public final class Sector {
|
||||
* @throws IllegalArgumentException If the entity does not belong in this sector, or if it was never added.
|
||||
*/
|
||||
public void removeEntity(Entity entity) {
|
||||
try {
|
||||
Position position = entity.getPosition();
|
||||
checkPosition(position);
|
||||
|
||||
@@ -173,10 +172,6 @@ public final class Sector {
|
||||
}
|
||||
|
||||
notifyListeners(entity, SectorOperation.REMOVE);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user