Stray console.log

This commit is contained in:
Tom Moor
2022-10-24 12:04:55 -07:00
committed by GitHub
parent b5b349be29
commit 434bb989cc

View File

@@ -85,7 +85,6 @@ export default class CodeFence extends Node {
userPreferences?: UserPreferences | null;
onShowToast: (message: string) => void;
}) {
console.log({ options });
super(options);
}