Commit c4543a8a authored by project's avatar project

--no commit message

--no commit message
parent f36ebd00
......@@ -39,7 +39,7 @@ function execute_function(context,response){
if( err ) {
response.error(err);
} else {
console.log(JSON.stringify(result));
//console.log(JSON.stringify(result));
response.success(result, output_type);
}
});
......
......@@ -13,7 +13,6 @@
"license": "ISC",
"dependencies": {
"async": "^2.1.2",
"http": "0.0.0",
"xml2json": "^0.10.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment