Commit 9f651dc1 authored by Kerri Miller's avatar Kerri Miller

Remove temporary value

parent c8e4f59a
......@@ -56,9 +56,8 @@ module Gitlab
def uncached_files
diff_files = @diff_collection.diff_files
cached_diff_files = read_cache
diff_files.select { |file| cached_diff_files[file.file_path].nil? }
diff_files.select { |file| read_cache[file.file_path].nil? }
end
# Given a hash of:
......
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