Skip to content

Commit

Permalink
Remove debug print added in #371 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored Jun 10, 2024
1 parent 469fb47 commit 8834479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion leaflet/forms/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ def get_context(self, name, value, attrs):
context["csp_nonce"] = self.csp_nonce
context["FORCE_IMAGE_PATH"] = app_settings.get('FORCE_IMAGE_PATH')
context["reset_view_icon"] = static("leaflet/images/reset-view.png")
print(context)
return context

0 comments on commit 8834479

Please sign in to comment.