This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit b6c5af7a18263207e8823d9c710891694e6c5688 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Apr 4 09:13:22 2015 +0200 refs #6899: suppression d'un log --- .../tutti/service/genericformat/importactions/ImportCatchAction.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/importactions/ImportCatchAction.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/importactions/ImportCatchAction.java index 2c4578f..e919f66 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/importactions/ImportCatchAction.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/importactions/ImportCatchAction.java @@ -179,9 +179,6 @@ public class ImportCatchAction extends ImportActionSupport { // reset temporary id to persist batch batch.setId((Integer) null); SpeciesBatch createdBatch = persistenceHelper.createSpeciesBatch(batch, parentId); - if (log.isInfoEnabled()) { - log.info("Create species batch: " + batch.getSpecies().getName() + "--" + batch.getSampleCategoryWeight() + " -- original rankOrder: " + batch.getRankOrder() + " -- saved rankOrder: " + createdBatch.getRankOrder()); - } Collection<AttachmentRow> attachmentRows = importContext.popAttachmentRows(ObjectTypeCode.BATCH, batchObjectId); persistenceHelper.persistAttachments(createdBatch.getIdAsInt(), attachmentRows); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.