This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit ac96e1e56c7efc9b8d121c0cc316a36807f4965c Author: Jean Couteau <jean.couteau@gmail.com> Date: Thu Mar 1 15:12:15 2018 +0100 remove system.out --- .../echobase/services/service/atlantos/xml/XmlBioticExport.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java index de6c91f1..1cb14ba2 100644 --- a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java +++ b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java @@ -93,12 +93,6 @@ public class XmlBioticExport implements EchoBaseService { Collection<Sample> samples = operation.getSample(); - if (operation.getId().equals("T0211")){ - //System.out.println("Code#Cat : " + codeCatKey); - //System.out.println("LengthClass : " + sampleDataValues.get("LengthClass")); - System.out.println(samples.size()); - } - for (Sample sample : samples) { String name = sample.getSampleType().getName(); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.