From f1ffc4392507d4ce1bb972e7bcff3da0d7d9eb3f Mon Sep 17 00:00:00 2001 From: kbeyro <121854496+kbeyro@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:02:55 +0200 Subject: [PATCH] delete log --- .../nmaas/portal/service/impl/BulkApplicationServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/net/geant/nmaas/portal/service/impl/BulkApplicationServiceImpl.java b/src/main/java/net/geant/nmaas/portal/service/impl/BulkApplicationServiceImpl.java index 9f6544972..c7e5ae6c4 100644 --- a/src/main/java/net/geant/nmaas/portal/service/impl/BulkApplicationServiceImpl.java +++ b/src/main/java/net/geant/nmaas/portal/service/impl/BulkApplicationServiceImpl.java @@ -333,7 +333,6 @@ public class BulkApplicationServiceImpl implements BulkApplicationService { AppInstance instance = instanceService.find(instanceId).orElseThrow(); AppLifecycleState state = appDeploymentMonitor.state(instance.getInternalId()); - log.error("For bulk entries {} state = {}", entry.getId(), state.toString()); switch (state) { case APPLICATION_DEPLOYMENT_VERIFIED: entry.setState(BulkDeploymentState.COMPLETED); -- GitLab