Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSLogic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSLogic
Commits
acb73af1
Commit
acb73af1
authored
9 months ago
by
Lene Wasskog
Browse files
Options
Downloads
Patches
Plain Diff
log: Remove unnecessary logging
parent
8ccb7862
No related branches found
No related tags found
1 merge request
!191
Add map module and Open-Meteo support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/nibio/vips/logic/controller/session/ObservationBean.java
+0
-4
0 additions, 4 deletions
.../nibio/vips/logic/controller/session/ObservationBean.java
with
0 additions
and
4 deletions
src/main/java/no/nibio/vips/logic/controller/session/ObservationBean.java
+
0
−
4
View file @
acb73af1
...
@@ -520,10 +520,6 @@ public class ObservationBean {
...
@@ -520,10 +520,6 @@ public class ObservationBean {
.
filter
(
o
->
o
.
getObservationTimeSeriesId
()
!=
null
)
.
filter
(
o
->
o
.
getObservationTimeSeriesId
()
!=
null
)
.
forEach
(
o
->
o
.
setObservationTimeSeries
(
timeSeriesMap
.
get
(
o
.
getObservationTimeSeriesId
())));
.
forEach
(
o
->
o
.
setObservationTimeSeries
(
timeSeriesMap
.
get
(
o
.
getObservationTimeSeriesId
())));
for
(
Observation
o
:
observations
)
{
LOGGER
.
info
(
"{}"
,
o
);
}
return
observations
;
return
observations
;
}
}
private
List
<
Observation
>
getObservationsWithObservers
(
List
<
Observation
>
observations
)
{
private
List
<
Observation
>
getObservationsWithObservers
(
List
<
Observation
>
observations
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment