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

Removed debug output

parent 7d85808d
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ public class AppleScabModelPreprocessor extends ModelRunPreprocessor{
try {
observations = validateAndSanitizeObservations(observations, startDateAscosporeMaturity);
} catch (ConfigValidationException | WeatherObservationListException ex) {
ex.printStackTrace();
//ex.printStackTrace();
throw new PreprocessorException(ex.getMessage());
}
if(DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment