From 4a6b49cd3059cd9f72d65b4a1b69af2430bbcd57 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sat, 7 Jun 2014 03:48:03 -0700 Subject: [PATCH] delegate: remove this.append() --- lib/context.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/context.js b/lib/context.js index 4836682..c5f0148 100644 --- a/lib/context.js +++ b/lib/context.js @@ -130,7 +130,6 @@ var proto = module.exports = { delegate(proto, 'response') .method('attachment') .method('redirect') - .method('append') .method('remove') .method('vary') .method('set')