refactor(rest) rm checkSendError

This commit is contained in:
coderaiser 2014-04-17 03:45:49 -04:00
parent 5a7fb8e458
commit 024a72d421

View file

@ -388,11 +388,4 @@
sendResponse(pParams, msg);
}
function checkSendError(error, params, callback) {
if (error)
sendError(params, error);
else
Util.exec(callback);
}
})();