Skip to content

Commit 0a4a984

Browse files
committed
remove warnings code for local mac
1 parent 5ed9894 commit 0a4a984

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

guide/10-mapping-and-visualization/managing-offline-map-areas.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@
5757
"With ArcGIS API for Python, you can conveniently manage offline areas from a _`Map`_ object. The [`offline_areas`](/python/api-reference/arcgis.map.toc.html#arcgis.map.Map.offline_areas) property accesses the [`OfflineMapAreaManager`](/python/api-reference/arcgis.map.toc.html#offlinemapareamanager) object with which you can administer all aspects of offline map area management, from creating, to listing to updating. Let's take a look:"
5858
]
5959
},
60-
{
61-
"cell_type": "code",
62-
"execution_count": 28,
63-
"metadata": {},
64-
"outputs": [],
65-
"source": [
66-
"import warnings\n",
67-
"warnings.filterwarnings(\"ignore\", \"Warning\")"
68-
]
69-
},
7060
{
7161
"cell_type": "code",
7262
"execution_count": 29,

0 commit comments

Comments
 (0)