From fc982eab674dff389abc3c7ad852158d3abf4ebb Mon Sep 17 00:00:00 2001 From: lasantha Date: Wed, 28 Feb 2018 19:58:40 +0530 Subject: [PATCH] remove unnecessary empty lines --- .../device/mgt/core/DeviceManagementPluginRepository.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/DeviceManagementPluginRepository.java b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/DeviceManagementPluginRepository.java index 69559c15b1..63508c3f06 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/DeviceManagementPluginRepository.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/DeviceManagementPluginRepository.java @@ -161,7 +161,6 @@ public class DeviceManagementPluginRepository implements DeviceManagerStartupLis if (log.isDebugEnabled()) { log.debug(deviceTypeIdentifier.getDeviceType() + " device type management service is " + "retrieved for tenant id: " + deviceTypeIdentifier.getTenantId()); - for (Map.Entry entry : providers.entrySet()) { log.debug("Device Type : " + entry.getKey().getDeviceType() + " Tenant Id : " + entry.getKey().getTenantId()); @@ -182,7 +181,6 @@ public class DeviceManagementPluginRepository implements DeviceManagerStartupLis DeviceManagementServiceHolder provider = providers.get(deviceTypeIdentifier); if (log.isDebugEnabled()) { log.debug(type + " device type management service is retrieved for tenant id: " + tenantId); - for (Map.Entry entry : providers.entrySet()) { log.debug("Device Type : " + entry.getKey().getDeviceType() + " Tenant Id : " + entry.getKey().getTenantId());