Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Nov 4, 2024
1 parent e2baaad commit 7b4d91f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/addons/docs/src/manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ addons.register(ADDON_ID, (api) => {
useChannel({
[SNIPPET_RENDERED]: ({ source, format }) => {
setSourceCode({ source, format: format ?? 'html' });
console.log('SOURCE CODE CHANGED', codeSnippet.source);
},
});

Expand Down

0 comments on commit 7b4d91f

Please sign in to comment.