diff --git a/lib/context.js b/lib/context.js index a66d7e5..8d7dfb9 100644 --- a/lib/context.js +++ b/lib/context.js @@ -13,20 +13,6 @@ var http = require('http'); var proto = module.exports = { - /** - * Inspect implementation. - * - * @return {Object} - * @api public - */ - - inspect: function(){ - return { - request: this.request, - response: this.response - } - }, - /** * Return JSON representation. *