Skip to content

Commit 5b61d9a

Browse files
authored
Remove unused variable in GeoJsonPopup (#1347)
1 parent c8707b1 commit 5b61d9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

folium/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,6 @@ class GeoJsonPopup(GeoJsonDetail):
10011001

10021002
_template = Template(u"""
10031003
{% macro script(this, kwargs) %}
1004-
let name_getter = '{{this._parent.get_name()}}';
10051004
{{ this._parent.get_name() }}.bindPopup(""" + GeoJsonDetail.base_template +
10061005
u""",{{ this.popup_options | tojson | safe }});
10071006
{% endmacro %}

0 commit comments

Comments
 (0)