Skip to content

Commit

Permalink
chore: remove log...
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Dec 29, 2024
1 parent 94abaa1 commit fa6b22e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ extensions.forEach((ext) => {
}
if (!ext.contributors) ext.contributors = [];
});
console.log(extensions);

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

0 comments on commit fa6b22e

Please sign in to comment.