Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlii committed Sep 20, 2023
1 parent 6012b8a commit eb8e950
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ const MapInfo = ({ name, id, isDefault, unsetMapValue, url, isCurrentMap }) => {
const [, setMapStyle] = useBackgroundMapStore()
const mutation = useMapServerMutation('delete', `/styles/${id}`)

console.log({ mapsData })
async function deleteMap () {
if (isCurrentMap && mapsData?.length) {
setMapStyle(DEFAULT_MAP)
Expand Down

0 comments on commit eb8e950

Please sign in to comment.