Commit 5cab90a1 authored by Matthias Betz's avatar Matthias Betz
Browse files

remove debug println

parent 6d02b6f9
Pipeline #2821 passed with stage
in 2 minutes and 10 seconds
...@@ -258,7 +258,6 @@ public class Checker { ...@@ -258,7 +258,6 @@ public class Checker {
DefaultParameter defaultP = getDefaultParameter(e.getKey(), reqs, param.getKey()); DefaultParameter defaultP = getDefaultParameter(e.getKey(), reqs, param.getKey());
if (defaultP != null) { if (defaultP != null) {
p.setUom(defaultP.getUnitType().getGmlRepresentation()); p.setUom(defaultP.getUnitType().getGmlRepresentation());
System.out.println(p.getUom());
} }
p.setName(param.getKey()); p.setName(param.getKey());
p.setValue(param.getValue()); p.setValue(param.getValue());
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment