Skip to content

Commit d366ee0

Browse files
Remove console log from useEffect in MapTemplate to clean up code
1 parent 0ed8544 commit d366ee0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/map-template/src/components/MapTemplate/MapTemplate.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,6 @@ function MapTemplate({ apiKey, gmApiKey, mapboxAccessToken, venue, locationId, p
507507
* This effect updates the mapOptions state accordingly.
508508
*/
509509
useEffect(() => {
510-
console.log(appConfig?.appSettings);
511-
512510
setMapOptions({
513511
brandingColor: color,
514512
// Ensure showRoadNames and showMapMarkers are booleans, even if appConfig.appSettings.showRoadNames/showMapMarkers is a string

0 commit comments

Comments
 (0)