Commit f5467eb3 authored by Lambert Patrick's avatar Lambert Patrick
Browse files

remove display on console

Showing with 1 addition and 1 deletion
+1 -1
...@@ -87,7 +87,7 @@ public class ExportLenghtAgeDistribution extends AquaNismsGroupProcess<Diadromou ...@@ -87,7 +87,7 @@ public class ExportLenghtAgeDistribution extends AquaNismsGroupProcess<Diadromou
for (DiadromousFish fish : basin.getFishs(group)) { for (DiadromousFish fish : basin.getFishs(group)) {
if (fish.getStage() == Stage.MATURE) { if (fish.getStage() == Stage.MATURE) {
System.out.println(fish.getAge() + " -> "+ fish.getLength() +" - "+fish.getNumberOfReproduction()); //System.out.println(fish.getAge() + " -> "+ fish.getLength() +" - "+fish.getNumberOfReproduction());
bW.write(pilot.getCurrentTime() + sep); bW.write(pilot.getCurrentTime() + sep);
bW.write(Time.getYear(pilot) + sep); bW.write(Time.getYear(pilot) + sep);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment