Remove redundant log messages

This commit is contained in:
Rasika Perera 2016-04-25 19:41:04 +05:30
parent 4cf37bb16c
commit 480d6d5b7e

View File

@ -50,7 +50,6 @@ var invokerUtil = function () {
accept: acceptType,
success: successCallback
};
console.log(data);
var paramValue = {};
paramValue.actionMethod = methoad;
paramValue.actionUrl = url;