mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed info log on view device
This commit is contained in:
parent
1bae3d2213
commit
6d4ddf7b54
@ -111,7 +111,6 @@ function onRequest(context) {
|
||||
}
|
||||
}
|
||||
|
||||
log.info(device);
|
||||
var utility = require("/app/modules/utility.js").utility;
|
||||
var configs = utility.getDeviceTypeConfig(deviceType);
|
||||
return {"device": device, "label" : configs["deviceType"]["label"]};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user