Skip to content

Commit 3552fb8

Browse files
committed
Remove log
1 parent 8bad063 commit 3552fb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/lex/map.client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ function ColumnsMapInner({
6262

6363
const map = "/map/layers#" + mapUrl
6464

65-
console.log(showFossils, 'div.' + (showFossils ? 'selected' : 'btn'))
66-
6765
return h('div.lex-controls', [
6866
h.if(mapUrl !== "")('div.btn', { onClick: () => navigate(map) }, h(Icon, { icon: "map", className: 'icon' })),
6967
h.if(fossilsExist)('div.' + (showFossils ? 'selected' : 'btn'), { onClick: handleFossils }, h(Icon, { icon: "mountain", className: 'icon' })),

0 commit comments

Comments
 (0)