Skip to content

Commit eb42d24

Browse files
committed
clean(Marker): remove console log.
1 parent f28c8e8 commit eb42d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/marker/src/useMarker.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export function useMarker(props = {} as UseMarker) {
112112
useEffect(() => {
113113
if (map && marker && !icon && type) {
114114
const newIcon = getIcons(type as string);
115-
console.log('>>>>newIcon>>>', newIcon);
116115
newIcon.setImageSize(new BMap.Size(600 / 2, 600 / 2));
117116
marker.setIcon(newIcon);
118117
}

0 commit comments

Comments
 (0)