Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlii committed Aug 14, 2023
1 parent 837657d commit 3b81bb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/hooks/useMapStylesQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export const useMapStylesQuery = () => {
store => store.backgroundMaps
)

console.log({ backgroundMapsEnabled })

const legacyStyleQueryResult = useLegacyMapStyleQuery(!backgroundMapsEnabled)
const mapStylesQueryResult = useMapServerQuery(
'/styles',
Expand Down

0 comments on commit 3b81bb7

Please sign in to comment.