This is an automated email from the git hooks/post-receive script. New commit to branch feature/7604 in repository observe. See http://git.codelutin.com/observe.git commit af4b2e4ca820122176c523efe50e8e8aa18601db Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Oct 19 14:58:24 2015 +0200 sipression d'un log pour le debug (refs #7604) --- .../observe/ui/content/table/impl/seine/TargetCatchUIHandler.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/TargetCatchUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/TargetCatchUIHandler.java index a97c151..0986eaf 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/TargetCatchUIHandler.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/TargetCatchUIHandler.java @@ -292,13 +292,6 @@ public class TargetCatchUIHandler extends ContentTableUIHandler<SetSeineTargetCa } // on met a jour la liste des categories disponibles - if (log.isWarnEnabled()) { - log.warn("availableCategories : "); - for (ReferenceDto<WeightCategoryDto> category : availableCategories) { - log.warn(" - " + category.getPropertyValue(WeightCategoryDto.PROPERTY_CODE) + " : " + category.getPropertyValue("label")); - } - } - BeanComboBox<ReferenceDto<WeightCategoryDto>> combo = getUi().getWeightCategory(); combo.setData(availableCategories); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.