feature(rest) rm log error (would log later anyway)

This commit is contained in:
coderaiser 2013-10-23 12:09:02 +00:00
parent b88b10d059
commit 9563cf3b83

View file

@ -151,10 +151,8 @@
callback : function(pError) {
var lName;
if (pError) {
Util.log(pError);
if (pError)
main.sendError(pParams, pError);
}
else {
lName = path.basename(p.name);
sendMsg(pParams, 'save', lName);