Skip to content

Commit

Permalink
Supprime un print oublié
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-D authored and Situphen committed Jan 18, 2024
1 parent 9b93b43 commit 91fe319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zds/tutorialv2/views/display/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def get_context_data(self, **kwargs):
context["base_url"] = self.get_base_url()
container = search_container_or_404(self.versioned_object, self.kwargs)
context["breadcrumb_items"] = self.get_breadcrumbs(container)
print(context["breadcrumb_items"])
context["containers_target"] = get_target_tagged_tree(container, self.versioned_object)
context["form_warn_typo"] = WarnTypoForm(
self.versioned_object,
Expand Down

0 comments on commit 91fe319

Please sign in to comment.