Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Jun 4, 2024
1 parent a58c00a commit 74232fd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/services/compats/check_unchecked.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ def do_check

next if check_failed?(compat)

if Date.current > Date.new(2024, 6, 1)
ReportError.call "remove this!"
end
if compat.invalid?
compats = Compat.where(dependencies: compat.dependencies)
if compats.size == RailsRelease.count && !compats.include?(compat)
compat.destroy
next
end
end

begin
Compats::Check.call compat
rescue Compats::Check::Error => error
Expand Down

0 comments on commit 74232fd

Please sign in to comment.