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

Removing debug output

parent a06343f6
Branches
Tags
No related merge requests found
...@@ -95,11 +95,12 @@ public class NaerstadModelPreprocessor extends ModelRunPreprocessor{ ...@@ -95,11 +95,12 @@ public class NaerstadModelPreprocessor extends ModelRunPreprocessor{
WeatherElements.WIND_SPEED_2M WeatherElements.WIND_SPEED_2M
}, },
configuration.getDateStartInTimeZone(), configuration.getDateStartInTimeZone(),
dateEndWeatherData); dateEndWeatherData,
false);
observations = validateAndSanitizeObservations(observations, configuration.getDateStartInTimeZone()); observations = validateAndSanitizeObservations(observations, configuration.getDateStartInTimeZone());
//System.out.println(configuration.getDateStartInTimeZone()); //System.out.println(configuration.getDateStartInTimeZone());
} catch (ConfigValidationException | WeatherObservationListException | WeatherDataSourceException ex) { } catch (ConfigValidationException | WeatherObservationListException | WeatherDataSourceException ex) {
ex.printStackTrace(); //ex.printStackTrace();
throw new PreprocessorException(ex.getMessage()); throw new PreprocessorException(ex.getMessage());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment