From 8f9717ed635f552608b04c5420be8435ec67ff66 Mon Sep 17 00:00:00 2001 From: Olivia Wong Date: Mon, 24 Oct 2022 09:26:35 -0400 Subject: [PATCH] Removes stray console.log --- src/components/CustomListPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/CustomListPage.tsx b/src/components/CustomListPage.tsx index ca40fd057..81568464b 100644 --- a/src/components/CustomListPage.tsx +++ b/src/components/CustomListPage.tsx @@ -29,7 +29,6 @@ export default function CustomListPage({ ListManagerContext ); - console.log("editorStore -->", editorStore); const { library, editOrCreate, identifier } = params; let startingTitle;