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{ ...@@ -144,7 +144,7 @@ public class AppleScabModelPreprocessor extends ModelRunPreprocessor{
try { try {
observations = validateAndSanitizeObservations(observations, startDateAscosporeMaturity); observations = validateAndSanitizeObservations(observations, startDateAscosporeMaturity);
} catch (ConfigValidationException | WeatherObservationListException ex) { } catch (ConfigValidationException | WeatherObservationListException ex) {
ex.printStackTrace(); //ex.printStackTrace();
throw new PreprocessorException(ex.getMessage()); throw new PreprocessorException(ex.getMessage());
} }
if(DEBUG) if(DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment