Commit d6f6d0d9 authored by Thong Kuah's avatar Thong Kuah

Remove redundant line

parent e6b5ad91
......@@ -226,8 +226,6 @@ class Projects::JobsController < Projects::ApplicationController
end
def raw_trace_content_disposition(raw_data)
return 'inline' if raw_data.nil?
mime_type = Gitlab::Utils::MimeType.from_string(raw_data)
# if mime_type is nil can also represent 'text/plain'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment