removed OBE comment

This commit is contained in:
SpaceToad 2014-06-16 03:00:29 +02:00
parent afbfe26fa0
commit 68ef23dbdf

View file

@ -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;