Skip to content

Commit

Permalink
editor: remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Dec 22, 2023
1 parent 64101d8 commit 4dbec49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/extensions/code-block/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export function CodeblockComponent(
onClick={() => {
editor.commands.copyToClipboard(node.textContent);
start();
console.log("props", props);
}}
title="Copy to clipboard"
>
Expand Down

0 comments on commit 4dbec49

Please sign in to comment.