Skip to content

Commit fa6b22e

Browse files
committed
chore: remove log...
1 parent 94abaa1 commit fa6b22e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ extensions.forEach((ext) => {
2222
}
2323
if (!ext.contributors) ext.contributors = [];
2424
});
25-
console.log(extensions);
2625

2726
const Gallery = ({ images }) => {
2827
const [activeIndex, setActiveIndex] = createSignal(0);

0 commit comments

Comments
 (0)