Commit 7af44abe authored by Douwe Maan's avatar Douwe Maan

Remove check that is no longer needed

parent db0651dd
...@@ -40,8 +40,6 @@ module EE ...@@ -40,8 +40,6 @@ module EE
override :check_change_access! override :check_change_access!
def check_change_access! def check_change_access!
return if changes.blank?
check_size_before_push! check_size_before_push!
check_if_license_blocks_changes! check_if_license_blocks_changes!
......
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