branch develop updated (f103039 -> ae0e78d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from f103039 Merge branch 'feature/8180' into develop new ae0e78d Remove log The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ae0e78d6c53ef4b7b88aa310b73989477fefb3cc Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Wed Jul 6 11:42:09 2016 +0200 Remove log Summary of changes: .../service/importdata/actions/ImportAcousticsActionSupport.java | 2 -- 1 file changed, 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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 ae0e78d6c53ef4b7b88aa310b73989477fefb3cc Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Wed Jul 6 11:42:09 2016 +0200 Remove log --- .../service/importdata/actions/ImportAcousticsActionSupport.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/importdata/actions/ImportAcousticsActionSupport.java b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/importdata/actions/ImportAcousticsActionSupport.java index b622ecc..ee97253 100644 --- a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/importdata/actions/ImportAcousticsActionSupport.java +++ b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/importdata/actions/ImportAcousticsActionSupport.java @@ -127,8 +127,6 @@ public abstract class ImportAcousticsActionSupport<M extends ImportAcousticsConf for (E row : importer) { - log.info(rowNumber); - doFlushTransaction(++rowNumber); if (dataProcessingId == null) { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm