Skip to content

Commit 5ec18b1

Browse files
committed
Ooops, forgot to remove debugging message
1 parent 0a7dafb commit 5ec18b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

folium/folium.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def choropleth(self, geo_path=None, geo_str=None, data_out='data.json',
252252

253253
# Create GeoJson object
254254
if geo_path:
255-
print("Using new folium")
256255
if geo_path.lower().startswith(('http','ftp','https')):
257256
geo_data = requests.get(geo_path).json()
258257
else:

0 commit comments

Comments
 (0)