diff options
-rw-r--r-- | lib/zorglub/node.rb | 1 |
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 |