Commit d69f699e authored by Douwe Maan's avatar Douwe Maan

Remove now-unnecessary checks

parent 5ec1e539
......@@ -30,7 +30,7 @@ module Gitlab
private
def should_run_diff_validations?
newrev && oldrev && !deletion? && validate_lfs_file_locks?
validate_lfs_file_locks?
end
def validate_lfs_file_locks?
......
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