From 61e22e3943d633f53c026cd791faaee404d14245 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Wed, 2 Oct 2024 18:20:22 -0700 Subject: [PATCH] Oops, remove no-longer-true comment about a code block I just deleted! --- app/controllers/outfits_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/outfits_controller.rb b/app/controllers/outfits_controller.rb index 80fb1cf5..ecc8b76f 100644 --- a/app/controllers/outfits_controller.rb +++ b/app/controllers/outfits_controller.rb @@ -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)