Remove the temporary show=libs inspection view
The libs-section blacklist is confirmed safe; the review view has served its purpose.
This commit is contained in:
parent
a98398f7a1
commit
07be9eadcc
2 changed files with 0 additions and 17 deletions
|
|
@ -381,11 +381,6 @@ class PackagesController < ApplicationController
|
|||
when 'without'
|
||||
packages = packages.without_screenshots
|
||||
logger.debug 'Limiting packages to those without screenshots'
|
||||
when 'libs'
|
||||
# Temporary inspection view: exactly the screenshot-bearing
|
||||
# packages that the libs section blacklist would remove on the
|
||||
# next import
|
||||
packages = packages.where("section ~* '/?(old)?libs$'").with_screenshots
|
||||
end
|
||||
|
||||
packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue