Oops, remove no-longer-true comment about a code block I just deleted!

This commit is contained in:
Emi Matchu 2024-10-02 18:20:22 -07:00
parent 03e4233f67
commit 61e22e3943

View file

@ -50,7 +50,6 @@ class OutfitsController < ApplicationController
@colors = Color.alphabetical
@species = Species.alphabetical
# HACK: Skip this in development, because it's slow!
newest_items = Item.newest.
select(:id, :name, :updated_at, :thumbnail_url, :rarity_index,
:is_manually_nc, :cached_compatible_body_ids)