summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/zorglub/node.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb
index d468280..23c4d79 100644
--- a/lib/zorglub/node.rb
+++ b/lib/zorglub/node.rb
@@ -278,7 +278,6 @@ module Zorglub
response.write @content
response.headers['content-type'] ||= @mime || 'text/html'
response.finish
- response
end
end