summaryrefslogtreecommitdiff
path: root/app/controllers/snippets_controller.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-20 14:43:38 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-26 16:32:22 -0400
commit5a5d214de499b678802ac12c5c6cbe583a85ae36 (patch)
tree78b3d43538d441780c08014275f23e25fe4e8423 /app/controllers/snippets_controller.rb
parenta1e68a91205186287f21fb5fd1669acebcd7e79e (diff)
downloadgitlab-ce-5a5d214de499b678802ac12c5c6cbe583a85ae36.tar.gz
Remove unused render_full_content filter
Diffstat (limited to 'app/controllers/snippets_controller.rb')
-rw-r--r--app/controllers/snippets_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb
index b00c9283694..a38fd52f262 100644
--- a/app/controllers/snippets_controller.rb
+++ b/app/controllers/snippets_controller.rb
@@ -55,7 +55,6 @@ class SnippetsController < ApplicationController
def show
@note = @project.notes.new(noteable: @snippet)
- render_full_content
end
def destroy