Skip to content
Snippets Groups Projects
Commit 0582b58d authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Removed debug output

parent b0afb6b3
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ public class YellowStemborerTempModelPreprocessor extends ModelRunPreprocessor {
}
}
Collections.sort(observations);
observations.forEach(o->System.out.println(o));
//observations.forEach(o->System.out.println(o));
retVal.setConfigParameter("observations", observations);
}
catch(ParseException | NumberFormatException ex)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment