Oops, remove stray logging

This commit is contained in:
Emi Matchu 2024-09-08 12:01:16 -07:00
parent d470dde135
commit 0b4d6dc7e6

View file

@ -111,7 +111,6 @@ class PetType < ApplicationRecord
# way, it'll be stable, but we'll still get the *vibes* of randomness.
preferred_gender = color.default_gender_presentation ||
(id % 2 == 0 ? :fem : :masc)
puts preferred_gender
# NOTE: If this were only being called on one pet type at a time, it would
# be more efficient to send this as a single query with an `order` part and