Removed println
This commit is contained in:
parent
f87cc4a1e3
commit
55e70d5f5c
1 changed files with 0 additions and 5 deletions
|
@ -266,11 +266,6 @@ public final class TransporterPathfinder
|
|||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
for(Destination d : paths)
|
||||
{
|
||||
Mekanism.logger.info(d.path.size());
|
||||
}
|
||||
|
||||
return paths.get(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue