Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Keeble committed Nov 15, 2023
1 parent f06a675 commit c67af9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/admin_ui/views/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_context_data(self, **kwargs) -> dict[str, Any]:

# if we have a change object with no published record
if issubclass(model_class, DeploymentChildMixin) or model_class is Deployment:
print("Change object")
# check if Campaign exists otherwise look up Change object of type Campaign
try:
context["campaign"] = Campaign.objects.get(uuid=change_object.update["campaign"])
Expand Down

0 comments on commit c67af9e

Please sign in to comment.