Commit 6070e0a1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component:

- Removed unneeded debug log message
parent 659fc87c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ def _raw_config_rules_to_grpc(
def populate_config_rules(device : Device, driver : _Driver) -> List[str]:
    device_uuid = device.device_id.device_uuid.uuid
    results_getconfig = driver.GetConfig()
    LOGGER.warning('results_getconfig = {:s}'.format(str(results_getconfig)))
    return _raw_config_rules_to_grpc(
        device_uuid, device.device_config, ERROR_GET, ConfigActionEnum.CONFIGACTION_SET, results_getconfig)