We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7dafb commit 5ec18b1Copy full SHA for 5ec18b1
1 file changed
folium/folium.py
@@ -252,7 +252,6 @@ def choropleth(self, geo_path=None, geo_str=None, data_out='data.json',
252
253
# Create GeoJson object
254
if geo_path:
255
- print("Using new folium")
256
if geo_path.lower().startswith(('http','ftp','https')):
257
geo_data = requests.get(geo_path).json()
258
else:
0 commit comments