mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
removed unnecessary logs
This commit is contained in:
parent
e6eb6bb2d2
commit
ee496d93fe
@ -43,9 +43,6 @@ function onRequest(context) {
|
||||
}
|
||||
|
||||
function processParams(paramsList, autoCompleteParams) {
|
||||
var log = new Log();
|
||||
log.info("-- Params : "+paramsList.length);
|
||||
log.info("-- Auto Params : "+autoCompleteParams);
|
||||
for (var i = 0; i < paramsList.length; i++) {
|
||||
var paramName = paramsList[i];
|
||||
var paramValue = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user