Oops, remove no-longer-true comment about a code block I just deleted!
This commit is contained in:
parent
03e4233f67
commit
61e22e3943
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue