Commit 44e95be1 authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

Remove old debug logs.

parent 80586f7c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -50,17 +50,12 @@ public class AddPolicyServiceImpl {

            return Uni.createFrom().item(policyRuleState);
        }
        LOGGER.error("!isService");
        final var policyRuleTypeService = new PolicyRuleTypeService(policyRuleService);
        final var policyRule = new PolicyRule(policyRuleTypeService);

        LOGGER.error("policyRule ");

        final String kpiId = policyRuleService.getPolicyRuleBasic().getKpiId();
        commonPolicyService.getKpiPolicyRuleServiceMap().put(kpiId, policyRuleService);

        LOGGER.error("kpiId " + kpiId);

        return setPolicyRuleOnContextAndReturnState(policyRule);
    }

+0 −4
Original line number Diff line number Diff line
@@ -79,13 +79,9 @@ public class PolicyServiceImpl implements PolicyService {
            return Uni.createFrom().item(policyRuleState);
        }

        LOGGER.error("final var policyRuleBasic = policyRuleService.getPolicyRuleBasic();");

        final var serviceId = policyRuleService.getServiceId();
        final var deviceIds = policyRuleService.getDeviceIds();
        final var isServiceValid = policyRuleConditionValidator.isServiceIdValid(serviceId, deviceIds);
        LOGGER.error("serviceId" + serviceId);
        LOGGER.error("deviceIds" + deviceIds);

        return isServiceValid
                .onFailure()