Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Jan 23, 2025
1 parent 8277f6d commit 5c8398a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/django_apps/codecov_auth/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ def pretty_plan(self):
if self.account:
return self.account.pretty_plan

print("@@@@@@@@@@@@@@@@@@@@", self.plan)
plan_details = Plan.objects.select_related("tier").get(name=self.plan)
if plan_details:
return {
Expand Down

0 comments on commit 5c8398a

Please # to comment.