Skip to content

Commit

Permalink
remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed May 9, 2024
1 parent 75bbe02 commit 0294269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tmh_registry/registry/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ def create(self, validated_data):
)

pain_severity = validated_data.get("pain_severity", "")
print(f"{pain_severity=}")
follow_up = FollowUp.objects.create(
episode_id=episode.id,
date=validated_data["date"],
Expand Down

0 comments on commit 0294269

Please sign in to comment.