chore(rest) rm unused var

This commit is contained in:
coderaiser 2014-04-10 10:14:20 -04:00
parent a0216aec5f
commit 134499ab9b

View file

@ -242,7 +242,7 @@
* @param pParams {command, method, body, requrest, response}
*/
function onPUT(pParams) {
var name, json, config, callback,
var name, json, config,
ret = main.checkParams(pParams, ['body']);
if (ret) {