From 434bb989cc5aaebf81c8c0c72c8539d1aeb6514a Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 24 Oct 2022 12:04:55 -0700 Subject: [PATCH] Stray console.log --- shared/editor/nodes/CodeFence.ts | 1 - 1 file changed, 1 deletion(-) 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); }