removed unnecessary logs

This commit is contained in:
charitha 2016-12-01 17:18:57 +05:30
parent e6eb6bb2d2
commit ee496d93fe

View File

@ -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 = "";