Skip to content
Snippets Groups Projects
Commit f1ffc439 authored by kbeyro's avatar kbeyro
Browse files

delete log

parent d6830306
Branches
Tags
3 merge requests!65Resolve "Prevent users from adding an existing SSH key",!601.6.5 fix processing bulk,!25Resolve "Allow for refreshing status information for a single or all application instances in a bulk"
Pipeline #89116 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment