Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisampaleanu committed Aug 13, 2024
1 parent 5483dc6 commit e33ddf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ document.body.addEventListener(
);

const initializeComponents = () => {
console.log("Mihai");
new Slider().init();
new Menu().init();
new Accordion().init();
Expand Down

0 comments on commit e33ddf6

Please sign in to comment.