Skip to content

Commit

Permalink
Remove no longer needed debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
raar1 committed May 29, 2024
1 parent 7867091 commit d022195
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/Slides.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ onMounted(() => {
// (Importing statically causes errors during server side rendering)
if (process.browser) {
import("reveal.js").then((revealModule) => {
console.log("Check", revealModule);
const deck = new revealModule.default();
deck.initialize({
controls: true,
Expand All @@ -64,8 +62,6 @@ onMounted(() => {
showNotes: true,
plugins: [RevealMarkdown, RevealNotes, Decorations, Search],
});
console.log("Check", deck);
});
}
});
Expand Down

0 comments on commit d022195

Please sign in to comment.