diff --git a/common/buildcraft/core/robots/AIRobotLookForStation.java b/common/buildcraft/core/robots/AIRobotLookForStation.java index 55961550..1e3862f9 100755 --- a/common/buildcraft/core/robots/AIRobotLookForStation.java +++ b/common/buildcraft/core/robots/AIRobotLookForStation.java @@ -32,8 +32,6 @@ public class AIRobotLookForStation extends AIRobot { return; } - // TODO: replace FetchItemStack and Recharge with this implementation - double potentialStationDistance = Float.MAX_VALUE; DockingStation potentialStation = null;