diff --git a/shared/editor/nodes/CodeFence.ts b/shared/editor/nodes/CodeFence.ts index 98266a8fe..85363aabc 100644 --- a/shared/editor/nodes/CodeFence.ts +++ b/shared/editor/nodes/CodeFence.ts @@ -85,7 +85,6 @@ export default class CodeFence extends Node { userPreferences?: UserPreferences | null; onShowToast: (message: string) => void; }) { - console.log({ options }); super(options); }