Skip to content

Commit 50911c1

Browse files
committed
Removed Debug Lines
1 parent 5b89e7d commit 50911c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/austinv11/peripheralsplusplus/turtles/peripherals/PeripheralChunkLoader.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public PeripheralChunkLoader(ITurtleAccess turtle) {
3131
@Override
3232
public void attach(IComputerAccess computer) {
3333
super.attach(computer);
34-
PeripheralsPlusPlus.LOGGER.info("Peripheral Attached");
3534
attached = true;
3635
}
3736

@@ -47,7 +46,6 @@ public void update() {
4746
@Override
4847
public void detach(IComputerAccess computer) {
4948
super.detach(computer);
50-
PeripheralsPlusPlus.LOGGER.info("Peripheral Detached");
5149
ForgeChunkManager.releaseTicket(ticket);
5250
ticket = null;
5351
}
@@ -58,7 +56,6 @@ public void updateTicket() {
5856
for (ChunkCoordIntPair coordIntPair : getChunksInRadius(Config.chunkLoadingRadius)) {
5957
ForgeChunkManager.forceChunk(ticket, coordIntPair);
6058
}
61-
PeripheralsPlusPlus.LOGGER.info("Ticked Updated");
6259
}
6360

6461
public ArrayList<ChunkCoordIntPair> getChunksInRadius(int radius) {

0 commit comments

Comments
 (0)