Skip to content

Commit

Permalink
clean(Marker): remove console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 23, 2024
1 parent f28c8e8 commit eb42d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/marker/src/useMarker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export function useMarker(props = {} as UseMarker) {
useEffect(() => {
if (map && marker && !icon && type) {
const newIcon = getIcons(type as string);
console.log('>>>>newIcon>>>', newIcon);
newIcon.setImageSize(new BMap.Size(600 / 2, 600 / 2));
marker.setIcon(newIcon);
}
Expand Down

0 comments on commit eb42d24

Please sign in to comment.