Removed println

This commit is contained in:
Aidan C. Brady 2014-08-21 20:48:23 -04:00
parent f87cc4a1e3
commit 55e70d5f5c

View file

@ -266,11 +266,6 @@ public final class TransporterPathfinder
{
return null;
}
for(Destination d : paths)
{
Mekanism.logger.info(d.path.size());
}
return paths.get(0);
}