remove throw in email send

This commit is contained in:
Baris Usakli
2013-09-26 12:29:35 -04:00
parent f2c1a92513
commit 7d50551392

View File

@@ -836,8 +836,7 @@ var utils = require('./../public/src/utils.js'),
status: "error",
message: "send-failed"
});
// @todo handle error properly
throw new Error(err);
winston.err(err);
}
});
} else {