diff --git a/src/main/java/fhannenheim/autopilot/flight/FlightExecutor.java b/src/main/java/fhannenheim/autopilot/flight/FlightExecutor.java index 2401996..c4775bb 100644 --- a/src/main/java/fhannenheim/autopilot/flight/FlightExecutor.java +++ b/src/main/java/fhannenheim/autopilot/flight/FlightExecutor.java @@ -64,11 +64,9 @@ public class FlightExecutor { this.currentVelocity = getVelocity(playerEntity); if (this.isDescending) { - Autopilot.LOGGER.warn("here3"); this.pullUp = false; this.pullDown = true; if (this.currentVelocity >= this.config.pullDownMaxVelocity) { - Autopilot.LOGGER.warn("here1"); this.isDescending = false; this.pullDown = false; this.pullUp = true;