diff --git a/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java b/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java index 0eec0e6..fb3a868 100644 --- a/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java @@ -239,9 +239,9 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen try { long endDiffMillis = System.currentTimeMillis() - startTime; long minutes = TimeUnit.MILLISECONDS.toMinutes(endDiffMillis); - LOG.info("Procedure terminated in ms: " + (endDiffMillis) + ", minutes: " + minutes); + LOG.info("Procedure terminated in ms: " + endDiffMillis + ", minutes: " + minutes); } catch (Exception e) { - // TODO: handle exception + // silent } } }