diff --git a/leaflet/forms/widgets.py b/leaflet/forms/widgets.py index c5c0dfff..06801432 100644 --- a/leaflet/forms/widgets.py +++ b/leaflet/forms/widgets.py @@ -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