diff --git a/babybuddy/management/commands/fake.py b/babybuddy/management/commands/fake.py index 4802eb0b..265fb3d4 100644 --- a/babybuddy/management/commands/fake.py +++ b/babybuddy/management/commands/fake.py @@ -159,8 +159,6 @@ class Command(BaseCommand): color = "" if solid: color = choice(models.DiaperChange._meta.get_field("color").choices)[0] - if not wet and not solid: - wet = True amount = Decimal("%d.%d" % (randint(0, 6), randint(1, 9))) time = self.time + timedelta(minutes=randint(1, 60))