diff --git a/lib/http-error.js b/lib/http-error.js index 3ce9027..7508c05 100644 --- a/lib/http-error.js +++ b/lib/http-error.js @@ -17,14 +17,3 @@ class HttpError extends Error { module.exports = HttpError; -//HttpError = (status, headers, body) -> - - -// Error.call(@) -// Error.captureStackTrace(@, arguments.callee) -// @status = status -// @headers = headers -// @body = body -// @name = 'HttpError' -// -//HttpError.prototype.__proto__ = Error.prototype;